==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-flex 6.14.1-15 (Sun Jan 11 21:14:40 2026)
==> Retrieving sources...
-> Found python-flex-6.14.1.tar.gz
-> Found python-flex-werkzeug-2.1.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-flex-6.14.1.tar.gz ... Passed
python-flex-werkzeug-2.1.patch ... Passed
==> Making package: python-flex 6.14.1-15 (Mon Jan 12 02:14:46 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (14) libyaml-0.2.5-3 mpdecimal-4.0.1-1 python-3.14.2-2 python-charset-normalizer-3.4.4-2 python-idna-3.11-2 python-urllib3-2.6.3-1 python-click-8.3.1-1 python-jsonpointer-3.0.0-3 python-requests-2.32.5-3 python-rfc3987-1.3.8-14 python-six-1.17.0-2 python-strict-rfc3339-0.7-14 python-validate-email-1.3-13 python-yaml-6.0.3-2
Total Download Size: 0.03 MiB
Total Installed Size: 84.74 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-rfc3987-1.3.8-14-any downloading...
python-strict-rfc3339-0.7-14-any downloading...
python-validate-email-1.3-13-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
installing python-six...
installing libyaml...
installing python-yaml...
installing python-validate-email...
installing python-rfc3987...
installing python-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
python-brotli: Brotli support
python-brotlicffi: Brotli support
python-h2: HTTP/2 support
python-pysocks: SOCKS support
installing python-requests...
Optional dependencies for python-requests
python-chardet: alternative character encoding library
python-pysocks: SOCKS proxy support
installing python-strict-rfc3339...
installing python-click...
installing python-jsonpointer...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (10) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-wheel-0.45.1-4 python-setuptools-1:80.9.0-4
Total Installed Size: 10.48 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found python-flex-6.14.1.tar.gz
-> Found python-flex-werkzeug-2.1.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-flex-6.14.1.tar.gz with bsdtar
==> Starting prepare()...
patching file flex/http.py
==> Starting build()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
file flex.py (for module flex) not found
creating build/lib/flex
copying flex/paths.py -> build/lib/flex
copying flex/parameters.py -> build/lib/flex
copying flex/cli.py -> build/lib/flex
copying flex/__init__.py -> build/lib/flex
copying flex/constants.py -> build/lib/flex
copying flex/core.py -> build/lib/flex
copying flex/decorators.py -> build/lib/flex
copying flex/formats.py -> build/lib/flex
copying flex/error_messages.py -> build/lib/flex
copying flex/datastructures.py -> build/lib/flex
copying flex/functional.py -> build/lib/flex
copying flex/utils.py -> build/lib/flex
copying flex/context_managers.py -> build/lib/flex
copying flex/_compat.py -> build/lib/flex
copying flex/exceptions.py -> build/lib/flex
copying flex/http.py -> build/lib/flex
creating build/lib/flex/validation
copying flex/validation/parameter.py -> build/lib/flex/validation
copying flex/validation/operation.py -> build/lib/flex/validation
copying flex/validation/__init__.py -> build/lib/flex/validation
copying flex/validation/header.py -> build/lib/flex/validation
copying flex/validation/reference.py -> build/lib/flex/validation
copying flex/validation/schema.py -> build/lib/flex/validation
copying flex/validation/response.py -> build/lib/flex/validation
copying flex/validation/path.py -> build/lib/flex/validation
copying flex/validation/common.py -> build/lib/flex/validation
copying flex/validation/utils.py -> build/lib/flex/validation
copying flex/validation/request.py -> build/lib/flex/validation
creating build/lib/flex/compat
copying flex/compat/__init__.py -> build/lib/flex/compat
copying flex/compat/validate_email.py -> build/lib/flex/compat
creating build/lib/flex/loading
copying flex/loading/__init__.py -> build/lib/flex/loading
creating build/lib/flex/loading/schema
copying flex/loading/schema/schemes.py -> build/lib/flex/loading/schema
copying flex/loading/schema/__init__.py -> build/lib/flex/loading/schema
copying flex/loading/schema/info.py -> build/lib/flex/loading/schema
copying flex/loading/schema/host.py -> build/lib/flex/loading/schema
copying flex/loading/schema/swagger.py -> build/lib/flex/loading/schema
copying flex/loading/schema/base_path.py -> build/lib/flex/loading/schema
creating build/lib/flex/loading/definitions
copying flex/loading/definitions/__init__.py -> build/lib/flex/loading/definitions
copying flex/loading/definitions/schema_definitions.py -> build/lib/flex/loading/definitions
creating build/lib/flex/loading/common
copying flex/loading/common/pattern.py -> build/lib/flex/loading/common
copying flex/loading/common/max_items.py -> build/lib/flex/loading/common
copying flex/loading/common/__init__.py -> build/lib/flex/loading/common
copying flex/loading/common/reference.py -> build/lib/flex/loading/common
copying flex/loading/common/unique_items.py -> build/lib/flex/loading/common
copying flex/loading/common/multiple_of.py -> build/lib/flex/loading/common
copying flex/loading/common/required.py -> build/lib/flex/loading/common
copying flex/loading/common/min_items.py -> build/lib/flex/loading/common
copying flex/loading/common/maximum.py -> build/lib/flex/loading/common
copying flex/loading/common/default.py -> build/lib/flex/loading/common
copying flex/loading/common/mimetypes.py -> build/lib/flex/loading/common
copying flex/loading/common/external_docs.py -> build/lib/flex/loading/common
copying flex/loading/common/minimum.py -> build/lib/flex/loading/common
copying flex/loading/common/min_length.py -> build/lib/flex/loading/common
copying flex/loading/common/max_length.py -> build/lib/flex/loading/common
copying flex/loading/common/format.py -> build/lib/flex/loading/common
copying flex/loading/common/enum.py -> build/lib/flex/loading/common
creating build/lib/flex/loading/schema/paths
copying flex/loading/schema/paths/__init__.py -> build/lib/flex/loading/schema/paths
creating build/lib/flex/loading/schema/paths/path_item
copying flex/loading/schema/paths/path_item/__init__.py -> build/lib/flex/loading/schema/paths/path_item
creating build/lib/flex/loading/schema/paths/path_item/operation
copying flex/loading/schema/paths/path_item/operation/__init__.py -> build/lib/flex/loading/schema/paths/path_item/operation
creating build/lib/flex/loading/schema/paths/path_item/parameters
copying flex/loading/schema/paths/path_item/parameters/__init__.py -> build/lib/flex/loading/schema/paths/path_item/parameters
copying flex/loading/schema/paths/path_item/parameters/single.py -> build/lib/flex/loading/schema/paths/path_item/parameters
creating build/lib/flex/loading/schema/paths/path_item/operation/responses
copying flex/loading/schema/paths/path_item/operation/responses/__init__.py -> build/lib/flex/loading/schema/paths/path_item/operation/responses
creating build/lib/flex/loading/schema/paths/path_item/operation/parameters
copying flex/loading/schema/paths/path_item/operation/parameters/__init__.py -> build/lib/flex/loading/schema/paths/path_item/operation/parameters
copying flex/loading/schema/paths/path_item/operation/parameters/single.py -> build/lib/flex/loading/schema/paths/path_item/operation/parameters
creating build/lib/flex/loading/schema/paths/path_item/operation/responses/single
copying flex/loading/schema/paths/path_item/operation/responses/single/__init__.py -> build/lib/flex/loading/schema/paths/path_item/operation/responses/single
creating build/lib/flex/loading/schema/paths/path_item/operation/responses/single/schema
copying flex/loading/schema/paths/path_item/operation/responses/single/schema/__init__.py -> build/lib/flex/loading/schema/paths/path_item/operation/responses/single/schema
copying flex/loading/schema/paths/path_item/operation/responses/single/schema/ref.py -> build/lib/flex/loading/schema/paths/path_item/operation/responses/single/schema
creating build/lib/flex/loading/schema/paths/path_item/operation/responses/single/headers
copying flex/loading/schema/paths/path_item/operation/responses/single/headers/__init__.py -> build/lib/flex/loading/schema/paths/path_item/operation/responses/single/headers
copying flex/loading/schema/paths/path_item/operation/responses/single/headers/single.py -> build/lib/flex/loading/schema/paths/path_item/operation/responses/single/headers
creating build/lib/flex/loading/definitions/schema
copying flex/loading/definitions/schema/__init__.py -> build/lib/flex/loading/definitions/schema
copying flex/loading/definitions/schema/ref.py -> build/lib/flex/loading/definitions/schema
creating build/lib/flex/loading/definitions/responses
copying flex/loading/definitions/responses/__init__.py -> build/lib/flex/loading/definitions/responses
creating build/lib/flex/loading/definitions/parameters
copying flex/loading/definitions/parameters/__init__.py -> build/lib/flex/loading/definitions/parameters
copying flex/loading/definitions/parameters/single.py -> build/lib/flex/loading/definitions/parameters
creating build/lib/flex/loading/definitions/responses/single
copying flex/loading/definitions/responses/single/__init__.py -> build/lib/flex/loading/definitions/responses/single
creating build/lib/flex/loading/definitions/responses/single/headers
copying flex/loading/definitions/responses/single/headers/__init__.py -> build/lib/flex/loading/definitions/responses/single/headers
copying flex/loading/definitions/responses/single/headers/single.py -> build/lib/flex/loading/definitions/responses/single/headers
creating build/lib/flex/loading/common/schema
copying flex/loading/common/schema/__init__.py -> build/lib/flex/loading/common/schema
copying flex/loading/common/schema/type.py -> build/lib/flex/loading/common/schema
copying flex/loading/common/schema/read_only.py -> build/lib/flex/loading/common/schema
copying flex/loading/common/schema/required.py -> build/lib/flex/loading/common/schema
copying flex/loading/common/schema/title.py -> build/lib/flex/loading/common/schema
copying flex/loading/common/schema/min_properties.py -> build/lib/flex/loading/common/schema
copying flex/loading/common/schema/max_properties.py -> build/lib/flex/loading/common/schema
creating build/lib/flex/loading/common/single_header
copying flex/loading/common/single_header/collection_format.py -> build/lib/flex/loading/common/single_header
copying flex/loading/common/single_header/__init__.py -> build/lib/flex/loading/common/single_header
copying flex/loading/common/single_header/type.py -> build/lib/flex/loading/common/single_header
copying flex/loading/common/single_header/description.py -> build/lib/flex/loading/common/single_header
creating build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/collection_format.py -> build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/__init__.py -> build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/type.py -> build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/in_.py -> build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/name.py -> build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/description.py -> build/lib/flex/loading/common/single_parameter
copying flex/loading/common/single_parameter/items.py -> build/lib/flex/loading/common/single_parameter
running egg_info
creating flex.egg-info
writing flex.egg-info/PKG-INFO
writing dependency_links to flex.egg-info/dependency_links.txt
writing entry points to flex.egg-info/entry_points.txt
writing requirements to flex.egg-info/requires.txt
writing top-level names to flex.egg-info/top_level.txt
writing manifest file 'flex.egg-info/SOURCES.txt'
file flex.py (for module flex) not found
reading manifest file 'flex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'VERSION'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
writing manifest file 'flex.egg-info/SOURCES.txt'
file flex.py (for module flex) not found
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
file flex.py (for module flex) not found
copying flex/http.py -> build/lib/flex
running egg_info
writing flex.egg-info/PKG-INFO
writing dependency_links to flex.egg-info/dependency_links.txt
writing entry points to flex.egg-info/entry_points.txt
writing requirements to flex.egg-info/requires.txt
writing top-level names to flex.egg-info/top_level.txt
file flex.py (for module flex) not found
reading manifest file 'flex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'VERSION'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
writing manifest file 'flex.egg-info/SOURCES.txt'
file flex.py (for module flex) not found
running install_lib
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/paths.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/parameters.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/cli.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/parameter.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/operation.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/header.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/reference.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/schema.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/response.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/path.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/common.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/utils.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/validation/request.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation
copying build/lib/flex/constants.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/core.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/decorators.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/formats.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/error_messages.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/datastructures.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/functional.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/utils.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/compat
copying build/lib/flex/compat/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/compat
copying build/lib/flex/compat/validate_email.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/compat
copying build/lib/flex/context_managers.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/_compat.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/exceptions.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
copying build/lib/flex/http.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
copying build/lib/flex/loading/schema/schemes.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
copying build/lib/flex/loading/schema/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths
copying build/lib/flex/loading/schema/paths/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item
copying build/lib/flex/loading/schema/paths/path_item/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation
copying build/lib/flex/loading/schema/paths/path_item/operation/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/schema
copying build/lib/flex/loading/schema/paths/path_item/operation/responses/single/schema/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/schema
copying build/lib/flex/loading/schema/paths/path_item/operation/responses/single/schema/ref.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/schema
copying build/lib/flex/loading/schema/paths/path_item/operation/responses/single/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/headers
copying build/lib/flex/loading/schema/paths/path_item/operation/responses/single/headers/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/headers
copying build/lib/flex/loading/schema/paths/path_item/operation/responses/single/headers/single.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/headers
copying build/lib/flex/loading/schema/paths/path_item/operation/responses/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/parameters
copying build/lib/flex/loading/schema/paths/path_item/operation/parameters/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/parameters
copying build/lib/flex/loading/schema/paths/path_item/operation/parameters/single.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/parameters
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/parameters
copying build/lib/flex/loading/schema/paths/path_item/parameters/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/parameters
copying build/lib/flex/loading/schema/paths/path_item/parameters/single.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/parameters
copying build/lib/flex/loading/schema/info.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
copying build/lib/flex/loading/schema/host.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
copying build/lib/flex/loading/schema/swagger.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
copying build/lib/flex/loading/schema/base_path.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema
copying build/lib/flex/loading/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/schema
copying build/lib/flex/loading/definitions/schema/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/schema
copying build/lib/flex/loading/definitions/schema/ref.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/schema
copying build/lib/flex/loading/definitions/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single
copying build/lib/flex/loading/definitions/responses/single/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single/headers
copying build/lib/flex/loading/definitions/responses/single/headers/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single/headers
copying build/lib/flex/loading/definitions/responses/single/headers/single.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single/headers
copying build/lib/flex/loading/definitions/responses/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses
copying build/lib/flex/loading/definitions/schema_definitions.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/parameters
copying build/lib/flex/loading/definitions/parameters/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/parameters
copying build/lib/flex/loading/definitions/parameters/single.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/parameters
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/pattern.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/max_items.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/type.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/read_only.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/required.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/title.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/min_properties.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/schema/max_properties.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema
copying build/lib/flex/loading/common/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header
copying build/lib/flex/loading/common/single_header/collection_format.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header
copying build/lib/flex/loading/common/single_header/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header
copying build/lib/flex/loading/common/single_header/type.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header
copying build/lib/flex/loading/common/single_header/description.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header
copying build/lib/flex/loading/common/reference.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/unique_items.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
creating /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/collection_format.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/__init__.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/type.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/in_.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/name.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/description.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/single_parameter/items.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter
copying build/lib/flex/loading/common/multiple_of.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/required.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/min_items.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/maximum.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/default.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/mimetypes.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/external_docs.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/minimum.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/min_length.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/max_length.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/format.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
copying build/lib/flex/loading/common/enum.py -> /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/paths.py to paths.cpython-314.pyc
/usr/lib/python3.14/site-packages/flex/paths.py:21: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:21: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:22: SyntaxWarning: "\{" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\{"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:22: SyntaxWarning: "\{" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\{"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:23: SyntaxWarning: "\}" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\}"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:23: SyntaxWarning: "\}" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\}"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:42: SyntaxWarning: "\{" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\{"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:56: 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.
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/parameters.py to parameters.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/cli.py to cli.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/parameter.py to parameter.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/operation.py to operation.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/header.py to header.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/reference.py to reference.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/schema.py to schema.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/response.py to response.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/path.py to path.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/common.py to common.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/validation/request.py to request.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/constants.py to constants.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/core.py to core.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/decorators.py to decorators.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/formats.py to formats.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/error_messages.py to error_messages.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/datastructures.py to datastructures.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/functional.py to functional.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/compat/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/compat/validate_email.py to validate_email.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/context_managers.py to context_managers.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/_compat.py to _compat.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/exceptions.py to exceptions.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/http.py to http.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/schemes.py to schemes.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/schema/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/schema/ref.py to ref.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/headers/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/single/headers/single.py to single.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/responses/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/parameters/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/operation/parameters/single.py to single.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/parameters/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/paths/path_item/parameters/single.py to single.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/info.py to info.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/host.py to host.cpython-314.pyc
/usr/lib/python3.14/site-packages/flex/loading/schema/host.py:50: 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.
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/swagger.py to swagger.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/schema/base_path.py to base_path.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/schema/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/schema/ref.py to ref.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single/headers/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/single/headers/single.py to single.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/responses/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/schema_definitions.py to schema_definitions.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/parameters/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/definitions/parameters/single.py to single.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/pattern.py to pattern.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/max_items.py to max_items.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/type.py to type.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/read_only.py to read_only.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/required.py to required.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/title.py to title.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/min_properties.py to min_properties.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/schema/max_properties.py to max_properties.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header/collection_format.py to collection_format.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header/type.py to type.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_header/description.py to description.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/reference.py to reference.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/unique_items.py to unique_items.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/collection_format.py to collection_format.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/type.py to type.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/in_.py to in_.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/name.py to name.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/description.py to description.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/single_parameter/items.py to items.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/multiple_of.py to multiple_of.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/required.py to required.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/min_items.py to min_items.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/maximum.py to maximum.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/default.py to default.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py to mimetypes.cpython-314.pyc
/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py:26: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py:29: SyntaxWarning: "\+" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\+"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py:30: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/external_docs.py to external_docs.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/minimum.py to minimum.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/min_length.py to min_length.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/max_length.py to max_length.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/format.py to format.cpython-314.pyc
byte-compiling /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex/loading/common/enum.py to enum.cpython-314.pyc
writing byte-compilation script '/tmp/tmph2xl_v0e.py'
/usr/bin/python /tmp/tmph2xl_v0e.py
/usr/lib/python3.14/site-packages/flex/paths.py:21: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:21: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:22: SyntaxWarning: "\{" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\{"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:22: SyntaxWarning: "\{" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\{"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:23: SyntaxWarning: "\}" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\}"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:23: SyntaxWarning: "\}" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\}"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:42: SyntaxWarning: "\{" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\{"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/paths.py:56: 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.
/usr/lib/python3.14/site-packages/flex/loading/schema/host.py:50: 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.
/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py:26: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py:29: SyntaxWarning: "\+" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\+"? A raw string is also an option.
/usr/lib/python3.14/site-packages/flex/loading/common/mimetypes.py:30: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
removing /tmp/tmph2xl_v0e.py
running install_egg_info
Copying flex.egg-info to /build/python-flex/pkg/python-flex/usr/lib/python3.14/site-packages/flex-6.14.1-py3.14.egg-info
running install_scripts
Installing swagger-flex script to /build/python-flex/pkg/python-flex/usr/bin
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
libfakeroot internal error: payload not recognized!
==> Checking for packaging issues...
==> Creating package "python-flex"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-flex 6.14.1-15 (Mon Jan 12 02:14:59 2026)
==> Cleaning up...
[?12l[?25h