>>> py3-routes: Building community/py3-routes 2.5.1_git20250518-r1 (using abuild 3.17.0_rc1-r2) started Fri, 24 Apr 2026 02:56:41 +0000 >>> py3-routes: Validating /home/buildozer/aports/community/py3-routes/APKBUILD... >>> py3-routes: Analyzing dependencies... >>> py3-routes: Installing for build: build-base py3-gpep517 py3-setuptools py3-pytest py3-webob py3-webtest ( 1/48) Installing libbz2 (1.0.8-r6) ( 2/48) Installing libffi (3.5.2-r1) ( 3/48) Installing gdbm (1.26-r0) ( 4/48) Installing xz-libs (5.8.2-r0) ( 5/48) Installing mpdecimal (4.0.1-r0) ( 6/48) Installing libpanelw (6.6_p20260404-r0) ( 7/48) Installing readline (8.3.3-r1) ( 8/48) Installing sqlite-libs (3.53.0-r0) ( 9/48) Installing python3 (3.14.3-r0) (10/48) Installing python3-pycache-pyc0 (3.14.3-r0) (11/48) Installing pyc (3.14.3-r0) (12/48) Installing py3-installer-pyc (1.0.0-r0) (13/48) Installing py3-gpep517-pyc (19-r2) (14/48) Installing python3-pyc (3.14.3-r0) (15/48) Installing py3-installer (1.0.0-r0) (16/48) Installing py3-gpep517 (19-r2) (17/48) Installing py3-parsing (3.3.2-r1) (18/48) Installing py3-parsing-pyc (3.3.2-r1) (19/48) Installing py3-packaging (26.1-r0) (20/48) Installing py3-packaging-pyc (26.1-r0) (21/48) Installing py3-setuptools (82.0.1-r1) (22/48) Installing py3-setuptools-pyc (82.0.1-r1) (23/48) Installing py3-iniconfig (2.3.0-r1) (24/48) Installing py3-iniconfig-pyc (2.3.0-r1) (25/48) Installing py3-pluggy (1.6.0-r1) (26/48) Installing py3-pluggy-pyc (1.6.0-r1) (27/48) Installing py3-py (1.11.0-r5) (28/48) Installing py3-py-pyc (1.11.0-r5) (29/48) Installing py3-pygments (2.20.0-r0) (30/48) Installing py3-pygments-pyc (2.20.0-r0) (31/48) Installing py3-pytest (9.0.3-r0) (32/48) Installing py3-pytest-pyc (9.0.3-r0) (33/48) Installing py3-legacy-cgi (2.6.4-r0) (34/48) Installing py3-legacy-cgi-pyc (2.6.4-r0) (35/48) Installing py3-webob (1.8.9-r1) (36/48) Installing py3-webob-pyc (1.8.9-r1) (37/48) Installing py3-soupsieve (2.7-r1) (38/48) Installing py3-soupsieve-pyc (2.7-r1) (39/48) Installing py3-typing-extensions (4.15.0-r1) (40/48) Installing py3-typing-extensions-pyc (4.15.0-r1) (41/48) Installing py3-beautifulsoup4 (4.14.3-r1) (42/48) Installing py3-beautifulsoup4-pyc (4.14.3-r1) (43/48) Installing py3-waitress (3.0.2-r2) (44/48) Installing py3-waitress-pyc (3.0.2-r2) (45/48) Installing py3-webtest (3.0.7-r3) (46/48) Installing py3-webtest-pyc (3.0.7-r3) (47/48) Installing .makedepends-py3-routes (20260424.025645) (48/48) Installing py3-waitress-openrc (3.0.2-r2) Executing busybox-1.37.0-r31.trigger OK: 447.2 MiB in 151 packages >>> py3-routes: Cleaning up srcdir >>> py3-routes: Cleaning up pkgdir >>> py3-routes: Cleaning up tmpdir >>> py3-routes: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz.part' py3-routes-2.5.1_git 100% |********************************| 194k 0:00:00 ETA '/var/cache/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz.part' saved /var/cache/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz: OK /home/buildozer/aports/community/py3-routes/six.patch: OK >>> py3-routes: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz /var/cache/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz: OK /home/buildozer/aports/community/py3-routes/six.patch: OK >>> py3-routes: Unpacking /var/cache/distfiles/v3.24/py3-routes-2.5.1_git20250518.tar.gz... >>> py3-routes: six.patch patching file routes/mapper.py patching file routes/route.py patching file routes/util.py patching file setup.py patching file tests/test_functional/test_generation.py patching file tests/test_functional/test_nonminimization.py patching file tests/test_functional/test_recognition.py 2026-04-24 02:56:47,054 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-04-24 02:56:47,070 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-04-24 02:56:47,081 root INFO running build 2026-04-24 02:56:47,081 root INFO running build_py 2026-04-24 02:56:47,084 root INFO creating build/lib/routes 2026-04-24 02:56:47,084 root INFO copying routes/__init__.py -> build/lib/routes 2026-04-24 02:56:47,084 root INFO copying routes/mapper.py -> build/lib/routes 2026-04-24 02:56:47,085 root INFO copying routes/middleware.py -> build/lib/routes 2026-04-24 02:56:47,085 root INFO copying routes/util.py -> build/lib/routes 2026-04-24 02:56:47,085 root INFO copying routes/base.py -> build/lib/routes 2026-04-24 02:56:47,085 root INFO copying routes/route.py -> build/lib/routes 2026-04-24 02:56:47,085 root INFO running egg_info 2026-04-24 02:56:47,087 root INFO creating Routes.egg-info 2026-04-24 02:56:47,087 root INFO writing Routes.egg-info/PKG-INFO 2026-04-24 02:56:47,088 root INFO writing dependency_links to Routes.egg-info/dependency_links.txt 2026-04-24 02:56:47,088 root INFO writing requirements to Routes.egg-info/requires.txt 2026-04-24 02:56:47,088 root INFO writing top-level names to Routes.egg-info/top_level.txt 2026-04-24 02:56:47,088 root INFO writing manifest file 'Routes.egg-info/SOURCES.txt' 2026-04-24 02:56:47,090 root INFO reading manifest file 'Routes.egg-info/SOURCES.txt' 2026-04-24 02:56:47,090 root INFO reading manifest template 'MANIFEST.in' 2026-04-24 02:56:47,091 root WARNING warning: no previously-included files matching '.DS_Store' found anywhere in distribution 2026-04-24 02:56:47,091 root WARNING warning: no previously-included files matching '*.hgignore' found anywhere in distribution 2026-04-24 02:56:47,091 root WARNING warning: no previously-included files matching '*.hgtags' found anywhere in distribution 2026-04-24 02:56:47,091 root INFO adding license file 'LICENSE.txt' 2026-04-24 02:56:47,092 root INFO writing manifest file 'Routes.egg-info/SOURCES.txt' 2026-04-24 02:56:47,097 root INFO installing to build/bdist.linux-s390x/wheel 2026-04-24 02:56:47,097 root INFO running install 2026-04-24 02:56:47,103 root INFO running install_lib 2026-04-24 02:56:47,105 root INFO creating build/bdist.linux-s390x/wheel 2026-04-24 02:56:47,105 root INFO creating build/bdist.linux-s390x/wheel/routes 2026-04-24 02:56:47,105 root INFO copying build/lib/routes/__init__.py -> build/bdist.linux-s390x/wheel/./routes 2026-04-24 02:56:47,106 root INFO copying build/lib/routes/mapper.py -> build/bdist.linux-s390x/wheel/./routes 2026-04-24 02:56:47,106 root INFO copying build/lib/routes/middleware.py -> build/bdist.linux-s390x/wheel/./routes 2026-04-24 02:56:47,106 root INFO copying build/lib/routes/util.py -> build/bdist.linux-s390x/wheel/./routes 2026-04-24 02:56:47,106 root INFO copying build/lib/routes/base.py -> build/bdist.linux-s390x/wheel/./routes 2026-04-24 02:56:47,106 root INFO copying build/lib/routes/route.py -> build/bdist.linux-s390x/wheel/./routes 2026-04-24 02:56:47,106 root INFO running install_egg_info 2026-04-24 02:56:47,109 root INFO Copying Routes.egg-info to build/bdist.linux-s390x/wheel/./Routes-2.5.1.dev20260424-py3.14.egg-info 2026-04-24 02:56:47,109 root INFO running install_scripts 2026-04-24 02:56:47,110 root INFO creating build/bdist.linux-s390x/wheel/routes-2.5.1.dev20260424.dist-info/WHEEL 2026-04-24 02:56:47,110 wheel INFO creating '/home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/.dist/.tmp-xg29wq9l/routes-2.5.1.dev20260424-py2.py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2026-04-24 02:56:47,110 wheel INFO adding 'routes/__init__.py' 2026-04-24 02:56:47,111 wheel INFO adding 'routes/base.py' 2026-04-24 02:56:47,111 wheel INFO adding 'routes/mapper.py' 2026-04-24 02:56:47,111 wheel INFO adding 'routes/middleware.py' 2026-04-24 02:56:47,111 wheel INFO adding 'routes/route.py' 2026-04-24 02:56:47,111 wheel INFO adding 'routes/util.py' 2026-04-24 02:56:47,111 wheel INFO adding 'routes-2.5.1.dev20260424.dist-info/licenses/LICENSE.txt' 2026-04-24 02:56:47,112 wheel INFO adding 'routes-2.5.1.dev20260424.dist-info/METADATA' 2026-04-24 02:56:47,112 wheel INFO adding 'routes-2.5.1.dev20260424.dist-info/WHEEL' 2026-04-24 02:56:47,112 wheel INFO adding 'routes-2.5.1.dev20260424.dist-info/top_level.txt' 2026-04-24 02:56:47,112 wheel INFO adding 'routes-2.5.1.dev20260424.dist-info/RECORD' 2026-04-24 02:56:47,112 root INFO removing build/bdist.linux-s390x/wheel 2026-04-24 02:56:47,112 gpep517 INFO The backend produced .dist/routes-2.5.1.dev20260424-py2.py3-none-any.whl routes-2.5.1.dev20260424-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.3, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f collected 211 items tests/test_functional/test_explicit_use.py ............. [ 6%] tests/test_functional/test_generation.py ............................... [ 20%] .................. [ 29%] tests/test_functional/test_middleware.py ....... [ 32%] tests/test_functional/test_nonminimization.py ......... [ 36%] tests/test_functional/test_recognition.py .............................. [ 51%] ............................ [ 64%] tests/test_functional/test_resources.py ........... [ 69%] tests/test_functional/test_submapper.py ............ [ 75%] tests/test_functional/test_utils.py .................................... [ 92%] ..... [ 94%] tests/test_units/test_base.py .. [ 95%] tests/test_units/test_environment.py . [ 96%] tests/test_units/test_mapper_str.py . [ 96%] tests/test_units/test_route_escapes.py ....... [100%] =============================== warnings summary =============================== tests/test_functional/test_generation.py:204 tests/test_functional/test_generation.py:204 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:204: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_generation.py:219 tests/test_functional/test_generation.py:219 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:219: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_generation.py:245 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:245: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'}) tests/test_functional/test_generation.py:248 tests/test_functional/test_generation.py:248 tests/test_functional/test_generation.py:248 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:248: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_generation.py:284 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:284: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('articles/page/:(page).myt', controller='articles', action='index', requirements = {'page':'\d+'}) tests/test_functional/test_generation.py:287 tests/test_functional/test_generation.py:287 tests/test_functional/test_generation.py:287 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:287: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_generation.py:323 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:323: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'}) tests/test_functional/test_generation.py:326 tests/test_functional/test_generation.py:326 tests/test_functional/test_generation.py:326 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:326: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_generation.py:497 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:497: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('test/:year', controller='post', action='show', year=None, requirements = {'year':'\d{4}'}) tests/test_functional/test_generation.py:673 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:673: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'}) tests/test_functional/test_generation.py:676 tests/test_functional/test_generation.py:676 tests/test_functional/test_generation.py:676 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_generation.py:676: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_nonminimization.py:91 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_nonminimization.py:91: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('/{controller}/{action}/{id:\d\d}') tests/test_functional/test_recognition.py:212 tests/test_functional/test_recognition.py:212 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:212: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_recognition.py:228 tests/test_functional/test_recognition.py:228 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:228: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_recognition.py:245 tests/test_functional/test_recognition.py:245 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:245: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_recognition.py:261 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:261: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}'}) tests/test_functional/test_recognition.py:262 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:262: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('view/:id/:controller', controller='blog', id=2, action='view', requirements={'id':'\d{1,2}'}) tests/test_functional/test_recognition.py:276 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:276: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}'}) tests/test_functional/test_recognition.py:277 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:277: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('view/:(id)/:(controller)', controller='blog', id=2, action='view', requirements={'id':'\d{1,2}'}) tests/test_functional/test_recognition.py:291 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:291: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect(path, id=2, action='view', requirements={'id':'\d{1,2}'}) tests/test_functional/test_recognition.py:305 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:305: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect(path, controller='blog', id=2, action='view', requirements={'id':'\d{1,2}'}) tests/test_functional/test_recognition.py:929 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:929: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'}) tests/test_functional/test_recognition.py:932 tests/test_functional/test_recognition.py:932 tests/test_functional/test_recognition.py:932 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_recognition.py:932: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_resources.py:144 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:144: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/2\.13', 'PUT') tests/test_functional/test_resources.py:145 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:145: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'2\.13'} tests/test_functional/test_resources.py:146 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:146: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/2\.13.xml', 'PUT') tests/test_functional/test_resources.py:147 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:147: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'2\.13', 'format':'xml'} tests/test_functional/test_resources.py:148 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:148: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.name', 'PUT') tests/test_functional/test_resources.py:149 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:149: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.name'} tests/test_functional/test_resources.py:150 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:150: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.\.\.name', 'PUT') tests/test_functional/test_resources.py:151 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:151: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.\.\.name'} tests/test_functional/test_resources.py:152 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:152: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.name\.has\.dots', 'PUT') tests/test_functional/test_resources.py:153 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:153: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.name\.has\.dots'} tests/test_functional/test_resources.py:154 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:154: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.name\.is\.something.xml', 'PUT') tests/test_functional/test_resources.py:155 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:155: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.name\.is\.something', 'format':'xml'} tests/test_functional/test_resources.py:156 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:156: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.name\.ends\.with\.dot\..xml', 'PUT') tests/test_functional/test_resources.py:157 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:157: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.name\.ends\.with\.dot\.', 'format':'xml'} tests/test_functional/test_resources.py:158 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:158: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.name\.ends\.with\.dot\.', 'PUT') tests/test_functional/test_resources.py:159 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:159: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.name\.ends\.with\.dot\.'} tests/test_functional/test_resources.py:160 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:160: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/\.user\.name\.starts\.with\.dot', 'PUT') tests/test_functional/test_resources.py:161 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:161: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'\.user\.name\.starts\.with\.dot'} tests/test_functional/test_resources.py:162 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:162: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. test_path('/people/user\.name.json', 'PUT') tests/test_functional/test_resources.py:163 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_resources.py:163: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. assert con.mapper_dict == {'controller':'people', 'action':'update', 'id':'user\.name', 'format':'json'} tests/test_functional/test_submapper.py:10 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_submapper.py:10: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. c = m.submapper(path_prefix='/entries', requirements=dict(id='\d+')) tests/test_functional/test_submapper.py:26 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_submapper.py:26: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements=dict(id='\d+')) tests/test_functional/test_submapper.py:161 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_submapper.py:161: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirement=dict(id='\d+') tests/test_functional/test_utils.py:13 tests/test_functional/test_utils.py:13 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_utils.py:13: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_utils.py:761 tests/test_functional/test_utils.py:761 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_utils.py:761: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_functional/test_utils.py:977 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_utils.py:977: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'}) tests/test_functional/test_utils.py:980 tests/test_functional/test_utils.py:980 tests/test_functional/test_utils.py:980 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_functional/test_utils.py:980: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'}) tests/test_units/test_environment.py:9 tests/test_units/test_environment.py:9 /home/buildozer/aports/community/py3-routes/src/routes-7e82bd895a120cbf73f271c32ac289d51124303f/tests/test_units/test_environment.py:9: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. requirements={'month':'\d{1,2}','day':'\d{1,2}'}) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 211 passed, 71 warnings in 1.25s ======================= >>> py3-routes: Entering fakeroot... >>> py3-routes-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/routes/__pycache__' -> '/home/buildozer/aports/community/py3-routes/pkg/py3-routes-pyc/usr/lib/python3.14/site-packages/routes/__pycache__' >>> py3-routes-pyc*: Preparing subpackage py3-routes-pyc... Please specify at least one package name on the command line. >>> py3-routes-pyc*: Running postcheck for py3-routes-pyc >>> py3-routes*: Running postcheck for py3-routes >>> py3-routes*: Preparing package py3-routes... Please specify at least one package name on the command line. >>> py3-routes-pyc*: Tracing dependencies... python3~3.14 >>> py3-routes-pyc*: Package size: 114.9 KB >>> py3-routes-pyc*: Compressing data... >>> py3-routes-pyc*: Create checksum... >>> py3-routes-pyc*: Create py3-routes-pyc-2.5.1_git20250518-r1.apk >>> py3-routes*: Tracing dependencies... python3~3.14 >>> py3-routes*: Package size: 137.0 KB >>> py3-routes*: Compressing data... >>> py3-routes*: Create checksum... >>> py3-routes*: Create py3-routes-2.5.1_git20250518-r1.apk >>> py3-routes: Build complete at Fri, 24 Apr 2026 02:56:49 +0000 elapsed time 0h 0m 8s >>> py3-routes: Cleaning up srcdir >>> py3-routes: Cleaning up pkgdir >>> py3-routes: Uninstalling dependencies... ( 1/48) Purging .makedepends-py3-routes (20260424.025645) ( 2/48) Purging py3-gpep517-pyc (19-r2) ( 3/48) Purging py3-gpep517 (19-r2) ( 4/48) Purging py3-installer-pyc (1.0.0-r0) ( 5/48) Purging py3-installer (1.0.0-r0) ( 6/48) Purging py3-setuptools-pyc (82.0.1-r1) ( 7/48) Purging py3-setuptools (82.0.1-r1) ( 8/48) Purging py3-pytest-pyc (9.0.3-r0) ( 9/48) Purging py3-pytest (9.0.3-r0) (10/48) Purging py3-iniconfig-pyc (2.3.0-r1) (11/48) Purging py3-iniconfig (2.3.0-r1) (12/48) Purging py3-packaging-pyc (26.1-r0) (13/48) Purging py3-packaging (26.1-r0) (14/48) Purging py3-parsing-pyc (3.3.2-r1) (15/48) Purging py3-parsing (3.3.2-r1) (16/48) Purging py3-pluggy-pyc (1.6.0-r1) (17/48) Purging py3-pluggy (1.6.0-r1) (18/48) Purging py3-py-pyc (1.11.0-r5) (19/48) Purging py3-py (1.11.0-r5) (20/48) Purging py3-pygments-pyc (2.20.0-r0) (21/48) Purging py3-pygments (2.20.0-r0) (22/48) Purging py3-webtest-pyc (3.0.7-r3) (23/48) Purging py3-webtest (3.0.7-r3) (24/48) Purging py3-beautifulsoup4-pyc (4.14.3-r1) (25/48) Purging py3-beautifulsoup4 (4.14.3-r1) (26/48) Purging py3-soupsieve-pyc (2.7-r1) (27/48) Purging py3-soupsieve (2.7-r1) (28/48) Purging py3-typing-extensions-pyc (4.15.0-r1) (29/48) Purging py3-typing-extensions (4.15.0-r1) (30/48) Purging py3-waitress-openrc (3.0.2-r2) (31/48) Purging py3-waitress-pyc (3.0.2-r2) (32/48) Purging py3-waitress (3.0.2-r2) (33/48) Purging py3-webob-pyc (1.8.9-r1) (34/48) Purging py3-webob (1.8.9-r1) (35/48) Purging py3-legacy-cgi-pyc (2.6.4-r0) (36/48) Purging py3-legacy-cgi (2.6.4-r0) (37/48) Purging python3-pyc (3.14.3-r0) (38/48) Purging python3-pycache-pyc0 (3.14.3-r0) (39/48) Purging pyc (3.14.3-r0) (40/48) Purging python3 (3.14.3-r0) (41/48) Purging gdbm (1.26-r0) (42/48) Purging libbz2 (1.0.8-r6) (43/48) Purging libffi (3.5.2-r1) (44/48) Purging libpanelw (6.6_p20260404-r0) (45/48) Purging mpdecimal (4.0.1-r0) (46/48) Purging readline (8.3.3-r1) (47/48) Purging sqlite-libs (3.53.0-r0) (48/48) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 385.3 MiB in 103 packages >>> py3-routes: Updating the community/s390x repository index... >>> py3-routes: Signing the index...