2023-04-05T09:02:44,462 Created temporary directory: /tmp/pip-ephem-wheel-cache-17owm0wo 2023-04-05T09:02:44,468 Created temporary directory: /tmp/pip-build-tracker-r1hrpmcq 2023-04-05T09:02:44,468 Initialized build tracking at /tmp/pip-build-tracker-r1hrpmcq 2023-04-05T09:02:44,469 Created build tracker: /tmp/pip-build-tracker-r1hrpmcq 2023-04-05T09:02:44,469 Entered build tracker: /tmp/pip-build-tracker-r1hrpmcq 2023-04-05T09:02:44,470 Created temporary directory: /tmp/pip-wheel-ibidfvtn 2023-04-05T09:02:44,480 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-04-05T09:02:44,487 Created temporary directory: /tmp/pip-ephem-wheel-cache-vh1i_7aa 2023-04-05T09:02:44,541 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-04-05T09:02:44,549 2 location(s) to search for versions of urban-restapi: 2023-04-05T09:02:44,549 * https://pypi.org/simple/urban-restapi/ 2023-04-05T09:02:44,549 * https://www.piwheels.org/simple/urban-restapi/ 2023-04-05T09:02:44,550 Fetching project page and analyzing links: https://pypi.org/simple/urban-restapi/ 2023-04-05T09:02:44,551 Getting page https://pypi.org/simple/urban-restapi/ 2023-04-05T09:02:44,554 Found index url https://pypi.org/simple 2023-04-05T09:02:44,748 Fetched page https://pypi.org/simple/urban-restapi/ as application/vnd.pypi.simple.v1+json 2023-04-05T09:02:44,750 Found link https://files.pythonhosted.org/packages/69/08/abde8a3ca0a7009bbd5abc600709fec1c9e7e786bab25d4c38042b9d51e8/urban.restapi-1.0a1.tar.gz (from https://pypi.org/simple/urban-restapi/), version: 1.0a1 2023-04-05T09:02:44,751 Fetching project page and analyzing links: https://www.piwheels.org/simple/urban-restapi/ 2023-04-05T09:02:44,752 Getting page https://www.piwheels.org/simple/urban-restapi/ 2023-04-05T09:02:44,754 Found index url https://www.piwheels.org/simple 2023-04-05T09:02:44,961 Fetched page https://www.piwheels.org/simple/urban-restapi/ as text/html 2023-04-05T09:02:44,963 Skipping link: not a file: https://www.piwheels.org/simple/urban-restapi/ 2023-04-05T09:02:44,964 Skipping link: not a file: https://pypi.org/simple/urban-restapi/ 2023-04-05T09:02:44,996 Given no hashes to check 1 links for project 'urban-restapi': discarding no candidates 2023-04-05T09:02:45,027 Collecting urban-restapi==1.0a1 2023-04-05T09:02:45,031 Created temporary directory: /tmp/pip-unpack-asxfzmhr 2023-04-05T09:02:45,268 Downloading urban.restapi-1.0a1.tar.gz (27 kB) 2023-04-05T09:02:45,550 Added urban-restapi==1.0a1 from https://files.pythonhosted.org/packages/69/08/abde8a3ca0a7009bbd5abc600709fec1c9e7e786bab25d4c38042b9d51e8/urban.restapi-1.0a1.tar.gz to build tracker '/tmp/pip-build-tracker-r1hrpmcq' 2023-04-05T09:02:45,552 Running setup.py (path:/tmp/pip-wheel-ibidfvtn/urban-restapi_071697988f504eaca490638b432d1837/setup.py) egg_info for package urban-restapi 2023-04-05T09:02:45,554 Created temporary directory: /tmp/pip-pip-egg-info-0tp228ye 2023-04-05T09:02:45,554 Preparing metadata (setup.py): started 2023-04-05T09:02:45,556 Running command python setup.py egg_info 2023-04-05T09:02:47,291 running egg_info 2023-04-05T09:02:47,294 creating /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info 2023-04-05T09:02:47,378 writing /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/PKG-INFO 2023-04-05T09:02:47,383 writing dependency_links to /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/dependency_links.txt 2023-04-05T09:02:47,387 writing entry points to /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/entry_points.txt 2023-04-05T09:02:47,389 writing namespace_packages to /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/namespace_packages.txt 2023-04-05T09:02:47,391 writing requirements to /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/requires.txt 2023-04-05T09:02:47,393 writing top-level names to /tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/top_level.txt 2023-04-05T09:02:47,397 writing manifest file '/tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/SOURCES.txt' 2023-04-05T09:02:47,674 reading manifest file '/tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/SOURCES.txt' 2023-04-05T09:02:47,678 reading manifest template 'MANIFEST.in' 2023-04-05T09:02:47,706 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/dist.py:287: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages 2023-04-05T09:02:47,706 warnings.warn(msg, SetuptoolsDeprecationWarning) 2023-04-05T09:02:47,706 warning: no previously-included files matching '*.pyc' found anywhere in distribution 2023-04-05T09:02:47,707 adding license file 'LICENSE.GPL' 2023-04-05T09:02:47,707 adding license file 'LICENSE.rst' 2023-04-05T09:02:47,718 writing manifest file '/tmp/pip-pip-egg-info-0tp228ye/urban.restapi.egg-info/SOURCES.txt' 2023-04-05T09:02:47,838 Preparing metadata (setup.py): finished with status 'done' 2023-04-05T09:02:47,851 Source in /tmp/pip-wheel-ibidfvtn/urban-restapi_071697988f504eaca490638b432d1837 has version 1.0a1, which satisfies requirement urban-restapi==1.0a1 from https://files.pythonhosted.org/packages/69/08/abde8a3ca0a7009bbd5abc600709fec1c9e7e786bab25d4c38042b9d51e8/urban.restapi-1.0a1.tar.gz 2023-04-05T09:02:47,853 Removed urban-restapi==1.0a1 from https://files.pythonhosted.org/packages/69/08/abde8a3ca0a7009bbd5abc600709fec1c9e7e786bab25d4c38042b9d51e8/urban.restapi-1.0a1.tar.gz from build tracker '/tmp/pip-build-tracker-r1hrpmcq' 2023-04-05T09:02:47,864 Created temporary directory: /tmp/pip-unpack-l6ls_4nc 2023-04-05T09:02:47,865 Building wheels for collected packages: urban-restapi 2023-04-05T09:02:47,874 Created temporary directory: /tmp/pip-wheel-wz85dg1i 2023-04-05T09:02:47,875 Building wheel for urban-restapi (setup.py): started 2023-04-05T09:02:47,877 Destination directory: /tmp/pip-wheel-wz85dg1i 2023-04-05T09:02:47,877 Running command python setup.py bdist_wheel 2023-04-05T09:02:49,397 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/dist.py:287: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages 2023-04-05T09:02:49,398 warnings.warn(msg, SetuptoolsDeprecationWarning) 2023-04-05T09:02:50,191 running bdist_wheel 2023-04-05T09:02:51,033 running build 2023-04-05T09:02:51,033 running build_py 2023-04-05T09:02:51,126 creating build 2023-04-05T09:02:51,127 creating build/lib 2023-04-05T09:02:51,129 creating build/lib/urban 2023-04-05T09:02:51,131 copying src/urban/__init__.py -> build/lib/urban 2023-04-05T09:02:51,138 creating build/lib/urban/restapi 2023-04-05T09:02:51,140 copying src/urban/restapi/exceptions.py -> build/lib/urban/restapi 2023-04-05T09:02:51,144 copying src/urban/restapi/__init__.py -> build/lib/urban/restapi 2023-04-05T09:02:51,148 copying src/urban/restapi/testing.py -> build/lib/urban/restapi 2023-04-05T09:02:51,152 copying src/urban/restapi/setuphandlers.py -> build/lib/urban/restapi 2023-04-05T09:02:51,156 copying src/urban/restapi/interfaces.py -> build/lib/urban/restapi 2023-04-05T09:02:51,159 copying src/urban/restapi/upgrades.py -> build/lib/urban/restapi 2023-04-05T09:02:51,165 creating build/lib/urban/restapi/tests 2023-04-05T09:02:51,167 copying src/urban/restapi/tests/test_setup.py -> build/lib/urban/restapi/tests 2023-04-05T09:02:51,171 copying src/urban/restapi/tests/__init__.py -> build/lib/urban/restapi/tests 2023-04-05T09:02:51,174 copying src/urban/restapi/tests/test_robot.py -> build/lib/urban/restapi/tests 2023-04-05T09:02:51,179 creating build/lib/urban/restapi/services 2023-04-05T09:02:51,181 copying src/urban/restapi/services/__init__.py -> build/lib/urban/restapi/services 2023-04-05T09:02:51,185 creating build/lib/urban/restapi/locales 2023-04-05T09:02:51,187 copying src/urban/restapi/locales/__init__.py -> build/lib/urban/restapi/locales 2023-04-05T09:02:51,191 copying src/urban/restapi/locales/update.py -> build/lib/urban/restapi/locales 2023-04-05T09:02:51,196 creating build/lib/urban/restapi/services/content 2023-04-05T09:02:51,198 copying src/urban/restapi/services/content/__init__.py -> build/lib/urban/restapi/services/content 2023-04-05T09:02:51,202 copying src/urban/restapi/services/content/utils.py -> build/lib/urban/restapi/services/content 2023-04-05T09:02:51,207 creating build/lib/urban/restapi/services/content/esb 2023-04-05T09:02:51,209 copying src/urban/restapi/services/content/esb/__init__.py -> build/lib/urban/restapi/services/content/esb 2023-04-05T09:02:51,212 copying src/urban/restapi/services/content/esb/base.py -> build/lib/urban/restapi/services/content/esb 2023-04-05T09:02:51,216 copying src/urban/restapi/services/content/esb/envclassthree.py -> build/lib/urban/restapi/services/content/esb 2023-04-05T09:02:51,223 creating build/lib/urban/restapi/services/content/elements 2023-04-05T09:02:51,224 copying src/urban/restapi/services/content/elements/__init__.py -> build/lib/urban/restapi/services/content/elements 2023-04-05T09:02:51,228 copying src/urban/restapi/services/content/elements/base.py -> build/lib/urban/restapi/services/content/elements 2023-04-05T09:02:51,235 creating build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,237 copying src/urban/restapi/services/content/licence/buildlicence.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,241 copying src/urban/restapi/services/content/licence/__init__.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,244 copying src/urban/restapi/services/content/licence/codt_parceloutlicence.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,248 copying src/urban/restapi/services/content/licence/codt_buildlicence.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,252 copying src/urban/restapi/services/content/licence/environment_base.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,256 copying src/urban/restapi/services/content/licence/base.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,261 copying src/urban/restapi/services/content/licence/envclassthree.py -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,266 creating build/lib/urban/restapi/services/content/parcel 2023-04-05T09:02:51,268 copying src/urban/restapi/services/content/parcel/__init__.py -> build/lib/urban/restapi/services/content/parcel 2023-04-05T09:02:51,271 copying src/urban/restapi/services/content/parcel/base.py -> build/lib/urban/restapi/services/content/parcel 2023-04-05T09:02:51,277 creating build/lib/urban/restapi/services/content/address 2023-04-05T09:02:51,278 copying src/urban/restapi/services/content/address/__init__.py -> build/lib/urban/restapi/services/content/address 2023-04-05T09:02:51,282 copying src/urban/restapi/services/content/address/base.py -> build/lib/urban/restapi/services/content/address 2023-04-05T09:02:51,285 running egg_info 2023-04-05T09:02:51,474 writing src/urban.restapi.egg-info/PKG-INFO 2023-04-05T09:02:51,478 writing dependency_links to src/urban.restapi.egg-info/dependency_links.txt 2023-04-05T09:02:51,482 writing entry points to src/urban.restapi.egg-info/entry_points.txt 2023-04-05T09:02:51,484 writing namespace_packages to src/urban.restapi.egg-info/namespace_packages.txt 2023-04-05T09:02:51,488 writing requirements to src/urban.restapi.egg-info/requires.txt 2023-04-05T09:02:51,490 writing top-level names to src/urban.restapi.egg-info/top_level.txt 2023-04-05T09:02:51,594 reading manifest file 'src/urban.restapi.egg-info/SOURCES.txt' 2023-04-05T09:02:51,608 reading manifest template 'MANIFEST.in' 2023-04-05T09:02:51,633 warning: no previously-included files matching '*.pyc' found anywhere in distribution 2023-04-05T09:02:51,634 adding license file 'LICENSE.GPL' 2023-04-05T09:02:51,634 adding license file 'LICENSE.rst' 2023-04-05T09:02:51,649 writing manifest file 'src/urban.restapi.egg-info/SOURCES.txt' 2023-04-05T09:02:51,655 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'urban.restapi.locales.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. 2023-04-05T09:02:51,655 !! 2023-04-05T09:02:51,656 ############################ 2023-04-05T09:02:51,657 # Package would be ignored # 2023-04-05T09:02:51,657 ############################ 2023-04-05T09:02:51,657 Python recognizes 'urban.restapi.locales.en.LC_MESSAGES' as an importable package, 2023-04-05T09:02:51,658 but it is not listed in the `packages` configuration of setuptools. 2023-04-05T09:02:51,658 'urban.restapi.locales.en.LC_MESSAGES' has been automatically added to the distribution only 2023-04-05T09:02:51,659 because it may contain data files, but this behavior is likely to change 2023-04-05T09:02:51,659 in future versions of setuptools (and therefore is considered deprecated). 2023-04-05T09:02:51,659 Please make sure that 'urban.restapi.locales.en.LC_MESSAGES' is included as a package by using 2023-04-05T09:02:51,660 the `packages` configuration field or the proper discovery methods 2023-04-05T09:02:51,660 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-04-05T09:02:51,660 instead of `find_packages(...)`/`find:`). 2023-04-05T09:02:51,661 You can read more about "package discovery" and "data files" on setuptools 2023-04-05T09:02:51,661 documentation page. 2023-04-05T09:02:51,662 !! 2023-04-05T09:02:51,663 check.warn(importable) 2023-04-05T09:02:51,663 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'urban.restapi.profiles.default' as data is deprecated, please list it in `packages`. 2023-04-05T09:02:51,663 !! 2023-04-05T09:02:51,664 ############################ 2023-04-05T09:02:51,665 # Package would be ignored # 2023-04-05T09:02:51,665 ############################ 2023-04-05T09:02:51,665 Python recognizes 'urban.restapi.profiles.default' as an importable package, 2023-04-05T09:02:51,665 but it is not listed in the `packages` configuration of setuptools. 2023-04-05T09:02:51,666 'urban.restapi.profiles.default' has been automatically added to the distribution only 2023-04-05T09:02:51,666 because it may contain data files, but this behavior is likely to change 2023-04-05T09:02:51,667 in future versions of setuptools (and therefore is considered deprecated). 2023-04-05T09:02:51,667 Please make sure that 'urban.restapi.profiles.default' is included as a package by using 2023-04-05T09:02:51,668 the `packages` configuration field or the proper discovery methods 2023-04-05T09:02:51,668 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-04-05T09:02:51,668 instead of `find_packages(...)`/`find:`). 2023-04-05T09:02:51,669 You can read more about "package discovery" and "data files" on setuptools 2023-04-05T09:02:51,669 documentation page. 2023-04-05T09:02:51,670 !! 2023-04-05T09:02:51,671 check.warn(importable) 2023-04-05T09:02:51,671 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'urban.restapi.profiles.uninstall' as data is deprecated, please list it in `packages`. 2023-04-05T09:02:51,672 !! 2023-04-05T09:02:51,673 ############################ 2023-04-05T09:02:51,673 # Package would be ignored # 2023-04-05T09:02:51,673 ############################ 2023-04-05T09:02:51,674 Python recognizes 'urban.restapi.profiles.uninstall' as an importable package, 2023-04-05T09:02:51,674 but it is not listed in the `packages` configuration of setuptools. 2023-04-05T09:02:51,675 'urban.restapi.profiles.uninstall' has been automatically added to the distribution only 2023-04-05T09:02:51,675 because it may contain data files, but this behavior is likely to change 2023-04-05T09:02:51,675 in future versions of setuptools (and therefore is considered deprecated). 2023-04-05T09:02:51,676 Please make sure that 'urban.restapi.profiles.uninstall' is included as a package by using 2023-04-05T09:02:51,676 the `packages` configuration field or the proper discovery methods 2023-04-05T09:02:51,677 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-04-05T09:02:51,677 instead of `find_packages(...)`/`find:`). 2023-04-05T09:02:51,677 You can read more about "package discovery" and "data files" on setuptools 2023-04-05T09:02:51,678 documentation page. 2023-04-05T09:02:51,679 !! 2023-04-05T09:02:51,679 check.warn(importable) 2023-04-05T09:02:51,680 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'urban.restapi.tests.robot' as data is deprecated, please list it in `packages`. 2023-04-05T09:02:51,680 !! 2023-04-05T09:02:51,681 ############################ 2023-04-05T09:02:51,681 # Package would be ignored # 2023-04-05T09:02:51,682 ############################ 2023-04-05T09:02:51,682 Python recognizes 'urban.restapi.tests.robot' as an importable package, 2023-04-05T09:02:51,682 but it is not listed in the `packages` configuration of setuptools. 2023-04-05T09:02:51,683 'urban.restapi.tests.robot' has been automatically added to the distribution only 2023-04-05T09:02:51,683 because it may contain data files, but this behavior is likely to change 2023-04-05T09:02:51,684 in future versions of setuptools (and therefore is considered deprecated). 2023-04-05T09:02:51,684 Please make sure that 'urban.restapi.tests.robot' is included as a package by using 2023-04-05T09:02:51,685 the `packages` configuration field or the proper discovery methods 2023-04-05T09:02:51,685 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-04-05T09:02:51,685 instead of `find_packages(...)`/`find:`). 2023-04-05T09:02:51,686 You can read more about "package discovery" and "data files" on setuptools 2023-04-05T09:02:51,686 documentation page. 2023-04-05T09:02:51,687 !! 2023-04-05T09:02:51,688 check.warn(importable) 2023-04-05T09:02:51,688 copying src/urban/restapi/configure.zcml -> build/lib/urban/restapi 2023-04-05T09:02:51,689 copying src/urban/restapi/permissions.zcml -> build/lib/urban/restapi 2023-04-05T09:02:51,689 copying src/urban/restapi/upgrades.zcml -> build/lib/urban/restapi 2023-04-05T09:02:51,689 creating build/lib/urban/restapi/profiles 2023-04-05T09:02:51,689 creating build/lib/urban/restapi/profiles/default 2023-04-05T09:02:51,690 copying src/urban/restapi/profiles/default/browserlayer.xml -> build/lib/urban/restapi/profiles/default 2023-04-05T09:02:51,690 copying src/urban/restapi/profiles/default/catalog.xml -> build/lib/urban/restapi/profiles/default 2023-04-05T09:02:51,693 copying src/urban/restapi/profiles/default/metadata.xml -> build/lib/urban/restapi/profiles/default 2023-04-05T09:02:51,697 copying src/urban/restapi/profiles/default/registry.xml -> build/lib/urban/restapi/profiles/default 2023-04-05T09:02:51,701 copying src/urban/restapi/profiles/default/rolemap.xml -> build/lib/urban/restapi/profiles/default 2023-04-05T09:02:51,705 creating build/lib/urban/restapi/profiles/uninstall 2023-04-05T09:02:51,707 copying src/urban/restapi/profiles/uninstall/browserlayer.xml -> build/lib/urban/restapi/profiles/uninstall 2023-04-05T09:02:51,712 creating build/lib/urban/restapi/tests/robot 2023-04-05T09:02:51,713 copying src/urban/restapi/tests/robot/test_example.robot -> build/lib/urban/restapi/tests/robot 2023-04-05T09:02:51,718 copying src/urban/restapi/services/configure.zcml -> build/lib/urban/restapi/services 2023-04-05T09:02:51,722 copying src/urban/restapi/locales/README.rst -> build/lib/urban/restapi/locales 2023-04-05T09:02:51,726 copying src/urban/restapi/locales/update.sh -> build/lib/urban/restapi/locales 2023-04-05T09:02:51,730 copying src/urban/restapi/locales/urban.restapi.pot -> build/lib/urban/restapi/locales 2023-04-05T09:02:51,733 creating build/lib/urban/restapi/locales/en 2023-04-05T09:02:51,734 creating build/lib/urban/restapi/locales/en/LC_MESSAGES 2023-04-05T09:02:51,736 copying src/urban/restapi/locales/en/LC_MESSAGES/urban.restapi.po -> build/lib/urban/restapi/locales/en/LC_MESSAGES 2023-04-05T09:02:51,740 copying src/urban/restapi/services/content/configure.zcml -> build/lib/urban/restapi/services/content 2023-04-05T09:02:51,744 copying src/urban/restapi/services/content/esb/configure.zcml -> build/lib/urban/restapi/services/content/esb 2023-04-05T09:02:51,748 copying src/urban/restapi/services/content/elements/configure.zcml -> build/lib/urban/restapi/services/content/elements 2023-04-05T09:02:51,752 copying src/urban/restapi/services/content/licence/configure.zcml -> build/lib/urban/restapi/services/content/licence 2023-04-05T09:02:51,756 copying src/urban/restapi/services/content/parcel/configure.zcml -> build/lib/urban/restapi/services/content/parcel 2023-04-05T09:02:51,760 copying src/urban/restapi/services/content/address/configure.zcml -> build/lib/urban/restapi/services/content/address 2023-04-05T09:02:51,868 /home/piwheels/.local/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2023-04-05T09:02:51,868 setuptools.SetuptoolsDeprecationWarning, 2023-04-05T09:02:51,953 installing to build/bdist.linux-armv7l/wheel 2023-04-05T09:02:51,954 running install 2023-04-05T09:02:52,013 running install_lib 2023-04-05T09:02:52,111 Skipping installation of build/bdist.linux-armv7l/wheel/urban/__init__.py (namespace package) 2023-04-05T09:02:52,113 copying urban/restapi/exceptions.py -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,121 copying urban/restapi/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,126 copying urban/restapi/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,130 copying urban/restapi/testing.py -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,134 copying urban/restapi/setuphandlers.py -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,139 copying urban/restapi/interfaces.py -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,143 copying urban/restapi/upgrades.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,147 copying urban/restapi/upgrades.py -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,152 copying urban/restapi/permissions.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi 2023-04-05T09:02:52,157 copying urban/restapi/tests/test_setup.py -> build/bdist.linux-armv7l/wheel/urban/restapi/tests 2023-04-05T09:02:52,162 copying urban/restapi/tests/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/tests 2023-04-05T09:02:52,166 copying urban/restapi/tests/test_robot.py -> build/bdist.linux-armv7l/wheel/urban/restapi/tests 2023-04-05T09:02:52,171 copying urban/restapi/tests/robot/test_example.robot -> build/bdist.linux-armv7l/wheel/urban/restapi/tests/robot 2023-04-05T09:02:52,177 copying urban/restapi/services/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services 2023-04-05T09:02:52,181 copying urban/restapi/services/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services 2023-04-05T09:02:52,187 copying urban/restapi/services/content/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content 2023-04-05T09:02:52,191 copying urban/restapi/services/content/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content 2023-04-05T09:02:52,196 copying urban/restapi/services/content/utils.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content 2023-04-05T09:02:52,201 copying urban/restapi/services/content/esb/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/esb 2023-04-05T09:02:52,205 copying urban/restapi/services/content/esb/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/esb 2023-04-05T09:02:52,210 copying urban/restapi/services/content/esb/base.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/esb 2023-04-05T09:02:52,214 copying urban/restapi/services/content/esb/envclassthree.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/esb 2023-04-05T09:02:52,222 copying urban/restapi/services/content/elements/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/elements 2023-04-05T09:02:52,226 copying urban/restapi/services/content/elements/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/elements 2023-04-05T09:02:52,230 copying urban/restapi/services/content/elements/base.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/elements 2023-04-05T09:02:52,238 copying urban/restapi/services/content/licence/buildlicence.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,242 copying urban/restapi/services/content/licence/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,246 copying urban/restapi/services/content/licence/codt_parceloutlicence.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,250 copying urban/restapi/services/content/licence/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,255 copying urban/restapi/services/content/licence/codt_buildlicence.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,259 copying urban/restapi/services/content/licence/environment_base.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,263 copying urban/restapi/services/content/licence/base.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,269 copying urban/restapi/services/content/licence/envclassthree.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/licence 2023-04-05T09:02:52,274 copying urban/restapi/services/content/parcel/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/parcel 2023-04-05T09:02:52,278 copying urban/restapi/services/content/parcel/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/parcel 2023-04-05T09:02:52,282 copying urban/restapi/services/content/parcel/base.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/parcel 2023-04-05T09:02:52,287 copying urban/restapi/services/content/address/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/address 2023-04-05T09:02:52,291 copying urban/restapi/services/content/address/configure.zcml -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/address 2023-04-05T09:02:52,295 copying urban/restapi/services/content/address/base.py -> build/bdist.linux-armv7l/wheel/urban/restapi/services/content/address 2023-04-05T09:02:52,302 copying urban/restapi/profiles/uninstall/browserlayer.xml -> build/bdist.linux-armv7l/wheel/urban/restapi/profiles/uninstall 2023-04-05T09:02:52,309 copying urban/restapi/profiles/default/browserlayer.xml -> build/bdist.linux-armv7l/wheel/urban/restapi/profiles/default 2023-04-05T09:02:52,314 copying urban/restapi/profiles/default/catalog.xml -> build/bdist.linux-armv7l/wheel/urban/restapi/profiles/default 2023-04-05T09:02:52,318 copying urban/restapi/profiles/default/registry.xml -> build/bdist.linux-armv7l/wheel/urban/restapi/profiles/default 2023-04-05T09:02:52,322 copying urban/restapi/profiles/default/metadata.xml -> build/bdist.linux-armv7l/wheel/urban/restapi/profiles/default 2023-04-05T09:02:52,327 copying urban/restapi/profiles/default/rolemap.xml -> build/bdist.linux-armv7l/wheel/urban/restapi/profiles/default 2023-04-05T09:02:52,332 copying urban/restapi/locales/__init__.py -> build/bdist.linux-armv7l/wheel/urban/restapi/locales 2023-04-05T09:02:52,336 copying urban/restapi/locales/update.sh -> build/bdist.linux-armv7l/wheel/urban/restapi/locales 2023-04-05T09:02:52,340 copying urban/restapi/locales/urban.restapi.pot -> build/bdist.linux-armv7l/wheel/urban/restapi/locales 2023-04-05T09:02:52,344 copying urban/restapi/locales/update.py -> build/bdist.linux-armv7l/wheel/urban/restapi/locales 2023-04-05T09:02:52,349 copying urban/restapi/locales/README.rst -> build/bdist.linux-armv7l/wheel/urban/restapi/locales 2023-04-05T09:02:52,355 copying urban/restapi/locales/en/LC_MESSAGES/urban.restapi.po -> build/bdist.linux-armv7l/wheel/urban/restapi/locales/en/LC_MESSAGES 2023-04-05T09:02:52,360 running install_egg_info 2023-04-05T09:02:52,449 Copying src/urban.restapi.egg-info to build/bdist.linux-armv7l/wheel/urban.restapi-1.0a1-py3.7.egg-info 2023-04-05T09:02:52,479 Installing build/bdist.linux-armv7l/wheel/urban.restapi-1.0a1-py3.7-nspkg.pth 2023-04-05T09:02:52,481 running install_scripts 2023-04-05T09:02:52,527 creating build/bdist.linux-armv7l/wheel/urban.restapi-1.0a1.dist-info/WHEEL 2023-04-05T09:02:52,531 creating '/tmp/pip-wheel-wz85dg1i/urban.restapi-1.0a1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-04-05T09:02:52,535 adding 'urban.restapi-1.0a1-py3.7-nspkg.pth' 2023-04-05T09:02:52,540 adding 'urban/restapi/__init__.py' 2023-04-05T09:02:52,542 adding 'urban/restapi/configure.zcml' 2023-04-05T09:02:52,545 adding 'urban/restapi/exceptions.py' 2023-04-05T09:02:52,547 adding 'urban/restapi/interfaces.py' 2023-04-05T09:02:52,549 adding 'urban/restapi/permissions.zcml' 2023-04-05T09:02:52,552 adding 'urban/restapi/setuphandlers.py' 2023-04-05T09:02:52,554 adding 'urban/restapi/testing.py' 2023-04-05T09:02:52,557 adding 'urban/restapi/upgrades.py' 2023-04-05T09:02:52,560 adding 'urban/restapi/upgrades.zcml' 2023-04-05T09:02:52,563 adding 'urban/restapi/locales/README.rst' 2023-04-05T09:02:52,565 adding 'urban/restapi/locales/__init__.py' 2023-04-05T09:02:52,568 adding 'urban/restapi/locales/update.py' 2023-04-05T09:02:52,570 adding 'urban/restapi/locales/update.sh' 2023-04-05T09:02:52,573 adding 'urban/restapi/locales/urban.restapi.pot' 2023-04-05T09:02:52,577 adding 'urban/restapi/locales/en/LC_MESSAGES/urban.restapi.po' 2023-04-05T09:02:52,581 adding 'urban/restapi/profiles/default/browserlayer.xml' 2023-04-05T09:02:52,584 adding 'urban/restapi/profiles/default/catalog.xml' 2023-04-05T09:02:52,586 adding 'urban/restapi/profiles/default/metadata.xml' 2023-04-05T09:02:52,588 adding 'urban/restapi/profiles/default/registry.xml' 2023-04-05T09:02:52,590 adding 'urban/restapi/profiles/default/rolemap.xml' 2023-04-05T09:02:52,594 adding 'urban/restapi/profiles/uninstall/browserlayer.xml' 2023-04-05T09:02:52,597 adding 'urban/restapi/services/__init__.py' 2023-04-05T09:02:52,599 adding 'urban/restapi/services/configure.zcml' 2023-04-05T09:02:52,603 adding 'urban/restapi/services/content/__init__.py' 2023-04-05T09:02:52,605 adding 'urban/restapi/services/content/configure.zcml' 2023-04-05T09:02:52,608 adding 'urban/restapi/services/content/utils.py' 2023-04-05T09:02:52,612 adding 'urban/restapi/services/content/address/__init__.py' 2023-04-05T09:02:52,614 adding 'urban/restapi/services/content/address/base.py' 2023-04-05T09:02:52,617 adding 'urban/restapi/services/content/address/configure.zcml' 2023-04-05T09:02:52,620 adding 'urban/restapi/services/content/elements/__init__.py' 2023-04-05T09:02:52,625 adding 'urban/restapi/services/content/elements/base.py' 2023-04-05T09:02:52,628 adding 'urban/restapi/services/content/elements/configure.zcml' 2023-04-05T09:02:52,631 adding 'urban/restapi/services/content/esb/__init__.py' 2023-04-05T09:02:52,634 adding 'urban/restapi/services/content/esb/base.py' 2023-04-05T09:02:52,637 adding 'urban/restapi/services/content/esb/configure.zcml' 2023-04-05T09:02:52,641 adding 'urban/restapi/services/content/esb/envclassthree.py' 2023-04-05T09:02:52,644 adding 'urban/restapi/services/content/licence/__init__.py' 2023-04-05T09:02:52,648 adding 'urban/restapi/services/content/licence/base.py' 2023-04-05T09:02:52,651 adding 'urban/restapi/services/content/licence/buildlicence.py' 2023-04-05T09:02:52,653 adding 'urban/restapi/services/content/licence/codt_buildlicence.py' 2023-04-05T09:02:52,655 adding 'urban/restapi/services/content/licence/codt_parceloutlicence.py' 2023-04-05T09:02:52,658 adding 'urban/restapi/services/content/licence/configure.zcml' 2023-04-05T09:02:52,660 adding 'urban/restapi/services/content/licence/envclassthree.py' 2023-04-05T09:02:52,663 adding 'urban/restapi/services/content/licence/environment_base.py' 2023-04-05T09:02:52,666 adding 'urban/restapi/services/content/parcel/__init__.py' 2023-04-05T09:02:52,669 adding 'urban/restapi/services/content/parcel/base.py' 2023-04-05T09:02:52,671 adding 'urban/restapi/services/content/parcel/configure.zcml' 2023-04-05T09:02:52,675 adding 'urban/restapi/tests/__init__.py' 2023-04-05T09:02:52,677 adding 'urban/restapi/tests/test_robot.py' 2023-04-05T09:02:52,680 adding 'urban/restapi/tests/test_setup.py' 2023-04-05T09:02:52,683 adding 'urban/restapi/tests/robot/test_example.robot' 2023-04-05T09:02:52,694 adding 'urban.restapi-1.0a1.dist-info/LICENSE.GPL' 2023-04-05T09:02:52,696 adding 'urban.restapi-1.0a1.dist-info/LICENSE.rst' 2023-04-05T09:02:52,699 adding 'urban.restapi-1.0a1.dist-info/METADATA' 2023-04-05T09:02:52,701 adding 'urban.restapi-1.0a1.dist-info/WHEEL' 2023-04-05T09:02:52,702 adding 'urban.restapi-1.0a1.dist-info/entry_points.txt' 2023-04-05T09:02:52,704 adding 'urban.restapi-1.0a1.dist-info/namespace_packages.txt' 2023-04-05T09:02:52,706 adding 'urban.restapi-1.0a1.dist-info/top_level.txt' 2023-04-05T09:02:52,710 adding 'urban.restapi-1.0a1.dist-info/RECORD' 2023-04-05T09:02:52,715 removing build/bdist.linux-armv7l/wheel 2023-04-05T09:02:52,923 Building wheel for urban-restapi (setup.py): finished with status 'done' 2023-04-05T09:02:52,931 Created wheel for urban-restapi: filename=urban.restapi-1.0a1-py3-none-any.whl size=39411 sha256=91215eb68e924404fc62a5d474c120b29589b4ea9b5dc30f6642e025eea28f94 2023-04-05T09:02:52,933 Stored in directory: /tmp/pip-ephem-wheel-cache-vh1i_7aa/wheels/5d/e7/fc/f396505c88d908e218c12f4a39e4fcce17959e20da29fb3628 2023-04-05T09:02:52,965 Successfully built urban-restapi 2023-04-05T09:02:52,975 Removed build tracker: '/tmp/pip-build-tracker-r1hrpmcq'