>>> py3-defcon: Building community/py3-defcon 0.10.3-r2 (using abuild 3.16.0_rc4-r0) started Tue, 21 Oct 2025 17:25:21 +0000 >>> py3-defcon: Validating /home/buildozer/aports/community/py3-defcon/APKBUILD... >>> py3-defcon: Analyzing dependencies... >>> py3-defcon: Installing for build: build-base python3 py3-fonttools py3-fs py3-unicodedata2 py3-gpep517 py3-installer py3-setuptools py3-setuptools_scm py3-wheel ( 1/35) Installing libffi (3.5.2-r0) ( 2/35) Installing gdbm (1.26-r0) ( 3/35) Installing mpdecimal (4.0.1-r0) ( 4/35) Installing libpanelw (6.5_p20251010-r0) ( 5/35) Installing sqlite-libs (3.50.4-r1) ( 6/35) Installing python3 (3.12.12-r0) ( 7/35) Installing python3-pycache-pyc0 (3.12.12-r0) ( 8/35) Installing pyc (3.12.12-r0) ( 9/35) Installing python3-pyc (3.12.12-r0) (10/35) Installing py3-fonttools (4.60.1-r0) (11/35) Installing py3-fonttools-pyc (4.60.1-r0) (12/35) Installing py3-appdirs (1.4.4-r8) (13/35) Installing py3-appdirs-pyc (1.4.4-r8) (14/35) Installing py3-six (1.17.0-r0) (15/35) Installing py3-six-pyc (1.17.0-r0) (16/35) Installing py3-parsing (3.2.3-r0) (17/35) Installing py3-parsing-pyc (3.2.3-r0) (18/35) Installing py3-packaging (25.0-r0) (19/35) Installing py3-packaging-pyc (25.0-r0) (20/35) Installing py3-setuptools (80.9.0-r1) (21/35) Installing py3-setuptools-pyc (80.9.0-r1) (22/35) Installing py3-tz (2025.2-r0) (23/35) Installing py3-tz-pyc (2025.2-r0) (24/35) Installing py3-fs (2.4.16-r4) (25/35) Installing py3-fs-pyc (2.4.16-r4) (26/35) Installing py3-unicodedata2 (16.0.0-r1) (27/35) Installing py3-installer (0.7.0-r2) (28/35) Installing py3-installer-pyc (0.7.0-r2) (29/35) Installing py3-gpep517 (19-r0) (30/35) Installing py3-gpep517-pyc (19-r0) (31/35) Installing py3-setuptools_scm (9.2.0-r0) (32/35) Installing py3-setuptools_scm-pyc (9.2.0-r0) (33/35) Installing py3-wheel (0.46.1-r0) (34/35) Installing py3-wheel-pyc (0.46.1-r0) (35/35) Installing .makedepends-py3-defcon (20251021.172548) busybox-1.37.0-r24.trigger: Executing script... OK: 501 MiB in 146 packages >>> py3-defcon: Cleaning up srcdir >>> py3-defcon: Cleaning up pkgdir >>> py3-defcon: Cleaning up tmpdir >>> py3-defcon: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-defcon-0.10.3.tar.gz /var/cache/distfiles/v3.23/py3-defcon-0.10.3.tar.gz: OK >>> py3-defcon: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-defcon-0.10.3.tar.gz /var/cache/distfiles/v3.23/py3-defcon-0.10.3.tar.gz: OK >>> py3-defcon: Unpacking /var/cache/distfiles/v3.23/py3-defcon-0.10.3.tar.gz... 2025-10-21 17:25:48,834 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-10-21 17:25:48,881 root INFO running bdist_wheel 2025-10-21 17:25:48,898 root INFO running build 2025-10-21 17:25:48,898 root INFO running build_py 2025-10-21 17:25:48,902 root INFO creating build/lib/defcon 2025-10-21 17:25:48,903 root INFO copying Lib/defcon/__init__.py -> build/lib/defcon 2025-10-21 17:25:48,903 root INFO copying Lib/defcon/errors.py -> build/lib/defcon 2025-10-21 17:25:48,903 root INFO copying Lib/defcon/_version.py -> build/lib/defcon 2025-10-21 17:25:48,904 root INFO creating build/lib/defcon/tools 2025-10-21 17:25:48,904 root INFO copying Lib/defcon/tools/__init__.py -> build/lib/defcon/tools 2025-10-21 17:25:48,904 root INFO copying Lib/defcon/tools/notifications.py -> build/lib/defcon/tools 2025-10-21 17:25:48,905 root INFO copying Lib/defcon/tools/identifiers.py -> build/lib/defcon/tools 2025-10-21 17:25:48,905 root INFO copying Lib/defcon/tools/fuzzyNumber.py -> build/lib/defcon/tools 2025-10-21 17:25:48,905 root INFO copying Lib/defcon/tools/representations.py -> build/lib/defcon/tools 2025-10-21 17:25:48,905 root INFO copying Lib/defcon/tools/unicodeTools.py -> build/lib/defcon/tools 2025-10-21 17:25:48,906 root INFO copying Lib/defcon/tools/bezierMath.py -> build/lib/defcon/tools 2025-10-21 17:25:48,906 root INFO creating build/lib/defcon/test 2025-10-21 17:25:48,906 root INFO copying Lib/defcon/test/__init__.py -> build/lib/defcon/test 2025-10-21 17:25:48,906 root INFO copying Lib/defcon/test/testTools.py -> build/lib/defcon/test 2025-10-21 17:25:48,907 root INFO copying Lib/defcon/test/test_errors.py -> build/lib/defcon/test 2025-10-21 17:25:48,907 root INFO creating build/lib/defcon/pens 2025-10-21 17:25:48,907 root INFO copying Lib/defcon/pens/__init__.py -> build/lib/defcon/pens 2025-10-21 17:25:48,907 root INFO copying Lib/defcon/pens/decomposeComponentPointPen.py -> build/lib/defcon/pens 2025-10-21 17:25:48,908 root INFO copying Lib/defcon/pens/glyphObjectPointPen.py -> build/lib/defcon/pens 2025-10-21 17:25:48,908 root INFO copying Lib/defcon/pens/transformPointPen.py -> build/lib/defcon/pens 2025-10-21 17:25:48,908 root INFO copying Lib/defcon/pens/reverseContourPointPen.py -> build/lib/defcon/pens 2025-10-21 17:25:48,909 root INFO creating build/lib/defcon/objects 2025-10-21 17:25:48,909 root INFO copying Lib/defcon/objects/__init__.py -> build/lib/defcon/objects 2025-10-21 17:25:48,909 root INFO copying Lib/defcon/objects/layerSet.py -> build/lib/defcon/objects 2025-10-21 17:25:48,909 root INFO copying Lib/defcon/objects/lib.py -> build/lib/defcon/objects 2025-10-21 17:25:48,910 root INFO copying Lib/defcon/objects/guideline.py -> build/lib/defcon/objects 2025-10-21 17:25:48,910 root INFO copying Lib/defcon/objects/info.py -> build/lib/defcon/objects 2025-10-21 17:25:48,910 root INFO copying Lib/defcon/objects/uniData.py -> build/lib/defcon/objects 2025-10-21 17:25:48,910 root INFO copying Lib/defcon/objects/anchor.py -> build/lib/defcon/objects 2025-10-21 17:25:48,911 root INFO copying Lib/defcon/objects/image.py -> build/lib/defcon/objects 2025-10-21 17:25:48,911 root INFO copying Lib/defcon/objects/features.py -> build/lib/defcon/objects 2025-10-21 17:25:48,911 root INFO copying Lib/defcon/objects/color.py -> build/lib/defcon/objects 2025-10-21 17:25:48,911 root INFO copying Lib/defcon/objects/groups.py -> build/lib/defcon/objects 2025-10-21 17:25:48,912 root INFO copying Lib/defcon/objects/glyph.py -> build/lib/defcon/objects 2025-10-21 17:25:48,912 root INFO copying Lib/defcon/objects/point.py -> build/lib/defcon/objects 2025-10-21 17:25:48,912 root INFO copying Lib/defcon/objects/component.py -> build/lib/defcon/objects 2025-10-21 17:25:48,913 root INFO copying Lib/defcon/objects/kerning.py -> build/lib/defcon/objects 2025-10-21 17:25:48,913 root INFO copying Lib/defcon/objects/imageSet.py -> build/lib/defcon/objects 2025-10-21 17:25:48,913 root INFO copying Lib/defcon/objects/layoutEngine.py -> build/lib/defcon/objects 2025-10-21 17:25:48,913 root INFO copying Lib/defcon/objects/layer.py -> build/lib/defcon/objects 2025-10-21 17:25:48,914 root INFO copying Lib/defcon/objects/dataSet.py -> build/lib/defcon/objects 2025-10-21 17:25:48,914 root INFO copying Lib/defcon/objects/base.py -> build/lib/defcon/objects 2025-10-21 17:25:48,914 root INFO copying Lib/defcon/objects/font.py -> build/lib/defcon/objects 2025-10-21 17:25:48,914 root INFO copying Lib/defcon/objects/contour.py -> build/lib/defcon/objects 2025-10-21 17:25:48,915 root INFO creating build/lib/defcon/test/tools 2025-10-21 17:25:48,915 root INFO copying Lib/defcon/test/tools/__init__.py -> build/lib/defcon/test/tools 2025-10-21 17:25:48,915 root INFO copying Lib/defcon/test/tools/test_unicodeTools.py -> build/lib/defcon/test/tools 2025-10-21 17:25:48,916 root INFO copying Lib/defcon/test/tools/test_bezierMath.py -> build/lib/defcon/test/tools 2025-10-21 17:25:48,916 root INFO copying Lib/defcon/test/tools/test_fuzzyNumber.py -> build/lib/defcon/test/tools 2025-10-21 17:25:48,916 root INFO copying Lib/defcon/test/tools/test_notifications.py -> build/lib/defcon/test/tools 2025-10-21 17:25:48,917 root INFO creating build/lib/defcon/test/objects 2025-10-21 17:25:48,917 root INFO copying Lib/defcon/test/objects/__init__.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,917 root INFO copying Lib/defcon/test/objects/test_imageSet.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,917 root INFO copying Lib/defcon/test/objects/test_image.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,918 root INFO copying Lib/defcon/test/objects/test_validation.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,918 root INFO copying Lib/defcon/test/objects/test_glyph.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,918 root INFO copying Lib/defcon/test/objects/test_layer.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,918 root INFO copying Lib/defcon/test/objects/test_component.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,919 root INFO copying Lib/defcon/test/objects/test_info.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,919 root INFO copying Lib/defcon/test/objects/test_kerning.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,919 root INFO copying Lib/defcon/test/objects/test_groups.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,919 root INFO copying Lib/defcon/test/objects/test_contour.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,920 root INFO copying Lib/defcon/test/objects/test_layerSet.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,920 root INFO copying Lib/defcon/test/objects/test_anchor.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,920 root INFO copying Lib/defcon/test/objects/test_uniData.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,920 root INFO copying Lib/defcon/test/objects/test_base.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,921 root INFO copying Lib/defcon/test/objects/test_dataSet.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,921 root INFO copying Lib/defcon/test/objects/test_font.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,921 root INFO copying Lib/defcon/test/objects/test_color.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,922 root INFO copying Lib/defcon/test/objects/test_guideline.py -> build/lib/defcon/test/objects 2025-10-21 17:25:48,922 root INFO running egg_info 2025-10-21 17:25:48,925 root INFO creating Lib/defcon.egg-info 2025-10-21 17:25:48,925 root INFO writing Lib/defcon.egg-info/PKG-INFO 2025-10-21 17:25:48,926 root INFO writing dependency_links to Lib/defcon.egg-info/dependency_links.txt 2025-10-21 17:25:48,926 root INFO writing requirements to Lib/defcon.egg-info/requires.txt 2025-10-21 17:25:48,927 root INFO writing top-level names to Lib/defcon.egg-info/top_level.txt 2025-10-21 17:25:48,927 root INFO writing manifest file 'Lib/defcon.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any 2025-10-21 17:25:48,940 root INFO reading manifest file 'Lib/defcon.egg-info/SOURCES.txt' 2025-10-21 17:25:48,941 root INFO reading manifest template 'MANIFEST.in' 2025-10-21 17:25:48,944 root INFO adding license file 'License.txt' 2025-10-21 17:25:48,946 root INFO writing manifest file 'Lib/defcon.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'defcon.test.testdata' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'defcon.test.testdata' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'defcon.test.testdata' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'defcon.test.testdata' to be distributed and are already explicitly excluding 'defcon.test.testdata' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 2025-10-21 17:25:48,950 root INFO creating build/lib/defcon/test/testdata 2025-10-21 17:25:48,950 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufoz -> build/lib/defcon/test/testdata 2025-10-21 17:25:48,950 root INFO copying Lib/defcon/test/testdata/TestFont.ufoz -> build/lib/defcon/test/testdata 2025-10-21 17:25:48,951 root INFO creating build/lib/defcon/test/testdata/TestContourDirection.ufo 2025-10-21 17:25:48,951 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestContourDirection.ufo 2025-10-21 17:25:48,951 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestContourDirection.ufo 2025-10-21 17:25:48,951 root INFO creating build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,951 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,952 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,952 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,952 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,953 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,953 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,953 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,953 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/groups.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,953 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/kerning.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,954 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,954 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/lib.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,954 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:48,954 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/data 2025-10-21 17:25:48,955 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.file -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/data 2025-10-21 17:25:48,955 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:48,955 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/file 1.txt -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:48,955 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:48,955 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:48,956 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:48,956 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:48,956 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:48,956 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:48,957 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:48,957 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/images 2025-10-21 17:25:48,957 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 1.png -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/images 2025-10-21 17:25:48,957 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 2.png -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/images 2025-10-21 17:25:48,958 root INFO creating build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2025-10-21 17:25:48,958 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2025-10-21 17:25:48,958 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2025-10-21 17:25:48,958 root INFO creating build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,958 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,959 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,959 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,959 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,959 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,960 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,960 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:48,960 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:48,960 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/kerning.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:48,961 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/layercontents.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:48,961 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:48,961 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/data 2025-10-21 17:25:48,961 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file -> build/lib/defcon/test/testdata/TestFont.ufo/data 2025-10-21 17:25:48,962 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:48,962 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/file 1.txt -> build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:48,962 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:48,962 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt -> build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:48,962 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,962 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,963 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/B_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,963 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/C_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,963 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,963 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:48,964 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:48,964 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:48,964 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:48,964 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2025-10-21 17:25:48,965 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2025-10-21 17:25:48,965 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2025-10-21 17:25:48,965 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/images 2025-10-21 17:25:48,965 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/images/image 1.png -> build/lib/defcon/test/testdata/TestFont.ufo/images 2025-10-21 17:25:48,965 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/images/image 2.png -> build/lib/defcon/test/testdata/TestFont.ufo/images 2025-10-21 17:25:48,966 root INFO creating build/lib/defcon/test/testdata/TestOpenContour.ufo 2025-10-21 17:25:48,966 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestOpenContour.ufo 2025-10-21 17:25:48,966 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestOpenContour.ufo 2025-10-21 17:25:48,966 root INFO creating build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs 2025-10-21 17:25:48,967 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs 2025-10-21 17:25:48,967 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs 2025-10-21 17:25:48,975 root INFO installing to build/bdist.linux-aarch64/wheel 2025-10-21 17:25:48,975 root INFO running install 2025-10-21 17:25:48,985 root INFO running install_lib 2025-10-21 17:25:48,989 root INFO creating build/bdist.linux-aarch64/wheel 2025-10-21 17:25:48,989 root INFO creating build/bdist.linux-aarch64/wheel/defcon 2025-10-21 17:25:48,989 root INFO copying build/lib/defcon/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon 2025-10-21 17:25:48,989 root INFO creating build/bdist.linux-aarch64/wheel/defcon/tools 2025-10-21 17:25:48,989 root INFO copying build/lib/defcon/tools/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,990 root INFO copying build/lib/defcon/tools/notifications.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,990 root INFO copying build/lib/defcon/tools/identifiers.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,990 root INFO copying build/lib/defcon/tools/fuzzyNumber.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,990 root INFO copying build/lib/defcon/tools/representations.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,990 root INFO copying build/lib/defcon/tools/unicodeTools.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,991 root INFO copying build/lib/defcon/tools/bezierMath.py -> build/bdist.linux-aarch64/wheel/./defcon/tools 2025-10-21 17:25:48,991 root INFO copying build/lib/defcon/errors.py -> build/bdist.linux-aarch64/wheel/./defcon 2025-10-21 17:25:48,991 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test 2025-10-21 17:25:48,991 root INFO copying build/lib/defcon/test/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon/test 2025-10-21 17:25:48,992 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/tools 2025-10-21 17:25:48,992 root INFO copying build/lib/defcon/test/tools/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon/test/tools 2025-10-21 17:25:48,992 root INFO copying build/lib/defcon/test/tools/test_unicodeTools.py -> build/bdist.linux-aarch64/wheel/./defcon/test/tools 2025-10-21 17:25:48,992 root INFO copying build/lib/defcon/test/tools/test_bezierMath.py -> build/bdist.linux-aarch64/wheel/./defcon/test/tools 2025-10-21 17:25:48,992 root INFO copying build/lib/defcon/test/tools/test_fuzzyNumber.py -> build/bdist.linux-aarch64/wheel/./defcon/test/tools 2025-10-21 17:25:48,992 root INFO copying build/lib/defcon/test/tools/test_notifications.py -> build/bdist.linux-aarch64/wheel/./defcon/test/tools 2025-10-21 17:25:48,993 root INFO copying build/lib/defcon/test/testTools.py -> build/bdist.linux-aarch64/wheel/./defcon/test 2025-10-21 17:25:48,993 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata 2025-10-21 17:25:48,993 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2025-10-21 17:25:48,993 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,993 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,994 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,994 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,994 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,994 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,994 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2025-10-21 17:25:48,995 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2025-10-21 17:25:48,995 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2025-10-21 17:25:48,995 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestContourDirection.ufo 2025-10-21 17:25:48,995 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,995 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,996 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,996 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,996 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,996 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo/glyphs 2025-10-21 17:25:48,996 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo 2025-10-21 17:25:48,996 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/metainfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestContourDirection.ufo 2025-10-21 17:25:48,997 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestOpenContour.ufo 2025-10-21 17:25:48,997 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestOpenContour.ufo/glyphs 2025-10-21 17:25:48,997 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestOpenContour.ufo/glyphs 2025-10-21 17:25:48,997 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestOpenContour.ufo/glyphs 2025-10-21 17:25:48,997 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestOpenContour.ufo 2025-10-21 17:25:48,998 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/metainfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestOpenContour.ufo 2025-10-21 17:25:48,998 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:48,998 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,998 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,998 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/B_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,998 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/A_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,999 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/C_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs 2025-10-21 17:25:48,999 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/images 2025-10-21 17:25:48,999 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/images/image 2.png -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/images 2025-10-21 17:25:48,999 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/images/image 1.png -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/images 2025-10-21 17:25:48,999 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/kerning.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:49,000 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/data 2025-10-21 17:25:49,000 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/data 2025-10-21 17:25:49,000 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:49,000 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/file 1.txt -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:49,001 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:49,001 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:49,001 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/fontinfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:49,001 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/metainfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:49,001 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:49,002 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:49,002 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:49,002 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2025-10-21 17:25:49,002 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/layercontents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo 2025-10-21 17:25:49,002 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2025-10-21 17:25:49,003 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs.public.background 2025-10-21 17:25:49,003 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestFont.ufo/glyphs.public.background 2025-10-21 17:25:49,003 root INFO copying build/lib/defcon/test/testdata/TestFont.ufoz -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata 2025-10-21 17:25:49,003 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufoz -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata 2025-10-21 17:25:49,003 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,004 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:49,004 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:49,004 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:49,004 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:49,004 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/glyphs 2025-10-21 17:25:49,005 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestExternalEditing.ufo/images 2025-10-21 17:25:49,005 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 2.png -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/images 2025-10-21 17:25:49,005 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 1.png -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/images 2025-10-21 17:25:49,005 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/kerning.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,006 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestExternalEditing.ufo/data 2025-10-21 17:25:49,006 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.file -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/data 2025-10-21 17:25:49,006 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:49,006 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/file 1.txt -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2025-10-21 17:25:49,006 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:49,006 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2025-10-21 17:25:49,007 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/groups.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,007 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,007 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,007 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,007 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/lib.plist -> build/bdist.linux-aarch64/wheel/./defcon/test/testdata/TestExternalEditing.ufo 2025-10-21 17:25:49,008 root INFO copying build/lib/defcon/test/test_errors.py -> build/bdist.linux-aarch64/wheel/./defcon/test 2025-10-21 17:25:49,008 root INFO creating build/bdist.linux-aarch64/wheel/defcon/test/objects 2025-10-21 17:25:49,008 root INFO copying build/lib/defcon/test/objects/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,008 root INFO copying build/lib/defcon/test/objects/test_imageSet.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,008 root INFO copying build/lib/defcon/test/objects/test_image.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,009 root INFO copying build/lib/defcon/test/objects/test_validation.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,009 root INFO copying build/lib/defcon/test/objects/test_glyph.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,009 root INFO copying build/lib/defcon/test/objects/test_layer.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,009 root INFO copying build/lib/defcon/test/objects/test_component.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,009 root INFO copying build/lib/defcon/test/objects/test_info.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,010 root INFO copying build/lib/defcon/test/objects/test_kerning.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,010 root INFO copying build/lib/defcon/test/objects/test_groups.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,010 root INFO copying build/lib/defcon/test/objects/test_contour.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,010 root INFO copying build/lib/defcon/test/objects/test_layerSet.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,010 root INFO copying build/lib/defcon/test/objects/test_anchor.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,010 root INFO copying build/lib/defcon/test/objects/test_uniData.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,011 root INFO copying build/lib/defcon/test/objects/test_base.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,011 root INFO copying build/lib/defcon/test/objects/test_dataSet.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,011 root INFO copying build/lib/defcon/test/objects/test_font.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,011 root INFO copying build/lib/defcon/test/objects/test_color.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,011 root INFO copying build/lib/defcon/test/objects/test_guideline.py -> build/bdist.linux-aarch64/wheel/./defcon/test/objects 2025-10-21 17:25:49,012 root INFO creating build/bdist.linux-aarch64/wheel/defcon/pens 2025-10-21 17:25:49,012 root INFO copying build/lib/defcon/pens/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon/pens 2025-10-21 17:25:49,012 root INFO copying build/lib/defcon/pens/decomposeComponentPointPen.py -> build/bdist.linux-aarch64/wheel/./defcon/pens 2025-10-21 17:25:49,012 root INFO copying build/lib/defcon/pens/glyphObjectPointPen.py -> build/bdist.linux-aarch64/wheel/./defcon/pens 2025-10-21 17:25:49,012 root INFO copying build/lib/defcon/pens/transformPointPen.py -> build/bdist.linux-aarch64/wheel/./defcon/pens 2025-10-21 17:25:49,013 root INFO copying build/lib/defcon/pens/reverseContourPointPen.py -> build/bdist.linux-aarch64/wheel/./defcon/pens 2025-10-21 17:25:49,013 root INFO creating build/bdist.linux-aarch64/wheel/defcon/objects 2025-10-21 17:25:49,013 root INFO copying build/lib/defcon/objects/__init__.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,013 root INFO copying build/lib/defcon/objects/layerSet.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,013 root INFO copying build/lib/defcon/objects/lib.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,014 root INFO copying build/lib/defcon/objects/guideline.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,014 root INFO copying build/lib/defcon/objects/info.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,014 root INFO copying build/lib/defcon/objects/uniData.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,014 root INFO copying build/lib/defcon/objects/anchor.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,015 root INFO copying build/lib/defcon/objects/image.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,015 root INFO copying build/lib/defcon/objects/features.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,015 root INFO copying build/lib/defcon/objects/color.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,015 root INFO copying build/lib/defcon/objects/groups.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,015 root INFO copying build/lib/defcon/objects/glyph.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,015 root INFO copying build/lib/defcon/objects/point.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,016 root INFO copying build/lib/defcon/objects/component.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,016 root INFO copying build/lib/defcon/objects/kerning.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,016 root INFO copying build/lib/defcon/objects/imageSet.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,016 root INFO copying build/lib/defcon/objects/layoutEngine.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,016 root INFO copying build/lib/defcon/objects/layer.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,017 root INFO copying build/lib/defcon/objects/dataSet.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,017 root INFO copying build/lib/defcon/objects/base.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,017 root INFO copying build/lib/defcon/objects/font.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,017 root INFO copying build/lib/defcon/objects/contour.py -> build/bdist.linux-aarch64/wheel/./defcon/objects 2025-10-21 17:25:49,018 root INFO copying build/lib/defcon/_version.py -> build/bdist.linux-aarch64/wheel/./defcon 2025-10-21 17:25:49,018 root INFO running install_egg_info 2025-10-21 17:25:49,021 root INFO Copying Lib/defcon.egg-info to build/bdist.linux-aarch64/wheel/./defcon-0.10.3-py3.12.egg-info 2025-10-21 17:25:49,023 root INFO running install_scripts 2025-10-21 17:25:49,024 root INFO creating build/bdist.linux-aarch64/wheel/defcon-0.10.3.dist-info/WHEEL 2025-10-21 17:25:49,024 wheel INFO creating '/home/buildozer/aports/community/py3-defcon/src/defcon-0.10.3/.dist/.tmp-sdeu_ejk/defcon-0.10.3-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-10-21 17:25:49,025 wheel INFO adding 'defcon/__init__.py' 2025-10-21 17:25:49,025 wheel INFO adding 'defcon/_version.py' 2025-10-21 17:25:49,025 wheel INFO adding 'defcon/errors.py' 2025-10-21 17:25:49,026 wheel INFO adding 'defcon/objects/__init__.py' 2025-10-21 17:25:49,026 wheel INFO adding 'defcon/objects/anchor.py' 2025-10-21 17:25:49,026 wheel INFO adding 'defcon/objects/base.py' 2025-10-21 17:25:49,026 wheel INFO adding 'defcon/objects/color.py' 2025-10-21 17:25:49,027 wheel INFO adding 'defcon/objects/component.py' 2025-10-21 17:25:49,027 wheel INFO adding 'defcon/objects/contour.py' 2025-10-21 17:25:49,027 wheel INFO adding 'defcon/objects/dataSet.py' 2025-10-21 17:25:49,027 wheel INFO adding 'defcon/objects/features.py' 2025-10-21 17:25:49,028 wheel INFO adding 'defcon/objects/font.py' 2025-10-21 17:25:49,028 wheel INFO adding 'defcon/objects/glyph.py' 2025-10-21 17:25:49,028 wheel INFO adding 'defcon/objects/groups.py' 2025-10-21 17:25:49,029 wheel INFO adding 'defcon/objects/guideline.py' 2025-10-21 17:25:49,029 wheel INFO adding 'defcon/objects/image.py' 2025-10-21 17:25:49,029 wheel INFO adding 'defcon/objects/imageSet.py' 2025-10-21 17:25:49,029 wheel INFO adding 'defcon/objects/info.py' 2025-10-21 17:25:49,030 wheel INFO adding 'defcon/objects/kerning.py' 2025-10-21 17:25:49,030 wheel INFO adding 'defcon/objects/layer.py' 2025-10-21 17:25:49,030 wheel INFO adding 'defcon/objects/layerSet.py' 2025-10-21 17:25:49,030 wheel INFO adding 'defcon/objects/layoutEngine.py' 2025-10-21 17:25:49,031 wheel INFO adding 'defcon/objects/lib.py' 2025-10-21 17:25:49,031 wheel INFO adding 'defcon/objects/point.py' 2025-10-21 17:25:49,031 wheel INFO adding 'defcon/objects/uniData.py' 2025-10-21 17:25:49,031 wheel INFO adding 'defcon/pens/__init__.py' 2025-10-21 17:25:49,032 wheel INFO adding 'defcon/pens/decomposeComponentPointPen.py' 2025-10-21 17:25:49,032 wheel INFO adding 'defcon/pens/glyphObjectPointPen.py' 2025-10-21 17:25:49,032 wheel INFO adding 'defcon/pens/reverseContourPointPen.py' 2025-10-21 17:25:49,032 wheel INFO adding 'defcon/pens/transformPointPen.py' 2025-10-21 17:25:49,033 wheel INFO adding 'defcon/test/__init__.py' 2025-10-21 17:25:49,033 wheel INFO adding 'defcon/test/testTools.py' 2025-10-21 17:25:49,033 wheel INFO adding 'defcon/test/test_errors.py' 2025-10-21 17:25:49,033 wheel INFO adding 'defcon/test/objects/__init__.py' 2025-10-21 17:25:49,033 wheel INFO adding 'defcon/test/objects/test_anchor.py' 2025-10-21 17:25:49,034 wheel INFO adding 'defcon/test/objects/test_base.py' 2025-10-21 17:25:49,034 wheel INFO adding 'defcon/test/objects/test_color.py' 2025-10-21 17:25:49,034 wheel INFO adding 'defcon/test/objects/test_component.py' 2025-10-21 17:25:49,034 wheel INFO adding 'defcon/test/objects/test_contour.py' 2025-10-21 17:25:49,035 wheel INFO adding 'defcon/test/objects/test_dataSet.py' 2025-10-21 17:25:49,035 wheel INFO adding 'defcon/test/objects/test_font.py' 2025-10-21 17:25:49,035 wheel INFO adding 'defcon/test/objects/test_glyph.py' 2025-10-21 17:25:49,035 wheel INFO adding 'defcon/test/objects/test_groups.py' 2025-10-21 17:25:49,036 wheel INFO adding 'defcon/test/objects/test_guideline.py' 2025-10-21 17:25:49,036 wheel INFO adding 'defcon/test/objects/test_image.py' 2025-10-21 17:25:49,036 wheel INFO adding 'defcon/test/objects/test_imageSet.py' 2025-10-21 17:25:49,036 wheel INFO adding 'defcon/test/objects/test_info.py' 2025-10-21 17:25:49,037 wheel INFO adding 'defcon/test/objects/test_kerning.py' 2025-10-21 17:25:49,037 wheel INFO adding 'defcon/test/objects/test_layer.py' 2025-10-21 17:25:49,037 wheel INFO adding 'defcon/test/objects/test_layerSet.py' 2025-10-21 17:25:49,037 wheel INFO adding 'defcon/test/objects/test_uniData.py' 2025-10-21 17:25:49,037 wheel INFO adding 'defcon/test/objects/test_validation.py' 2025-10-21 17:25:49,038 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufoz' 2025-10-21 17:25:49,038 wheel INFO adding 'defcon/test/testdata/TestFont.ufoz' 2025-10-21 17:25:49,038 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist' 2025-10-21 17:25:49,038 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/metainfo.plist' 2025-10-21 17:25:49,039 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif' 2025-10-21 17:25:49,039 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif' 2025-10-21 17:25:49,039 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif' 2025-10-21 17:25:49,039 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif' 2025-10-21 17:25:49,039 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist' 2025-10-21 17:25:49,039 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/groups.plist' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/kerning.plist' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/lib.plist' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.file' 2025-10-21 17:25:49,040 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/file 1.txt' 2025-10-21 17:25:49,041 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt' 2025-10-21 17:25:49,041 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif' 2025-10-21 17:25:49,041 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif' 2025-10-21 17:25:49,041 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif' 2025-10-21 17:25:49,041 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist' 2025-10-21 17:25:49,042 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/images/image 1.png' 2025-10-21 17:25:49,042 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/images/image 2.png' 2025-10-21 17:25:49,042 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist' 2025-10-21 17:25:49,042 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist' 2025-10-21 17:25:49,042 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif' 2025-10-21 17:25:49,043 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif' 2025-10-21 17:25:49,043 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif' 2025-10-21 17:25:49,043 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif' 2025-10-21 17:25:49,043 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif' 2025-10-21 17:25:49,043 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist' 2025-10-21 17:25:49,043 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/fontinfo.plist' 2025-10-21 17:25:49,044 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/kerning.plist' 2025-10-21 17:25:49,044 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/layercontents.plist' 2025-10-21 17:25:49,044 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/metainfo.plist' 2025-10-21 17:25:49,044 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file' 2025-10-21 17:25:49,044 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/file 1.txt' 2025-10-21 17:25:49,044 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/A_.glif' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/B_.glif' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/C_.glif' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/contents.plist' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist' 2025-10-21 17:25:49,045 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist' 2025-10-21 17:25:49,046 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif' 2025-10-21 17:25:49,046 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist' 2025-10-21 17:25:49,046 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/images/image 1.png' 2025-10-21 17:25:49,046 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/images/image 2.png' 2025-10-21 17:25:49,047 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist' 2025-10-21 17:25:49,047 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/metainfo.plist' 2025-10-21 17:25:49,047 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif' 2025-10-21 17:25:49,047 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist' 2025-10-21 17:25:49,047 wheel INFO adding 'defcon/test/tools/__init__.py' 2025-10-21 17:25:49,047 wheel INFO adding 'defcon/test/tools/test_bezierMath.py' 2025-10-21 17:25:49,048 wheel INFO adding 'defcon/test/tools/test_fuzzyNumber.py' 2025-10-21 17:25:49,048 wheel INFO adding 'defcon/test/tools/test_notifications.py' 2025-10-21 17:25:49,048 wheel INFO adding 'defcon/test/tools/test_unicodeTools.py' 2025-10-21 17:25:49,048 wheel INFO adding 'defcon/tools/__init__.py' 2025-10-21 17:25:49,048 wheel INFO adding 'defcon/tools/bezierMath.py' 2025-10-21 17:25:49,049 wheel INFO adding 'defcon/tools/fuzzyNumber.py' 2025-10-21 17:25:49,049 wheel INFO adding 'defcon/tools/identifiers.py' 2025-10-21 17:25:49,049 wheel INFO adding 'defcon/tools/notifications.py' 2025-10-21 17:25:49,049 wheel INFO adding 'defcon/tools/representations.py' 2025-10-21 17:25:49,049 wheel INFO adding 'defcon/tools/unicodeTools.py' 2025-10-21 17:25:49,050 wheel INFO adding 'defcon-0.10.3.dist-info/licenses/License.txt' 2025-10-21 17:25:49,050 wheel INFO adding 'defcon-0.10.3.dist-info/METADATA' 2025-10-21 17:25:49,050 wheel INFO adding 'defcon-0.10.3.dist-info/WHEEL' 2025-10-21 17:25:49,050 wheel INFO adding 'defcon-0.10.3.dist-info/top_level.txt' 2025-10-21 17:25:49,050 wheel INFO adding 'defcon-0.10.3.dist-info/zip-safe' 2025-10-21 17:25:49,051 wheel INFO adding 'defcon-0.10.3.dist-info/RECORD' 2025-10-21 17:25:49,051 root INFO removing build/bdist.linux-aarch64/wheel 2025-10-21 17:25:49,055 gpep517 INFO The backend produced .dist/defcon-0.10.3-py3-none-any.whl defcon-0.10.3-py3-none-any.whl >>> py3-defcon: Entering fakeroot... /usr/lib/python3.12/site-packages/defcon/objects/base.py:334: SyntaxWarning: invalid escape sequence '\*' /usr/lib/python3.12/site-packages/defcon/objects/base.py:357: SyntaxWarning: invalid escape sequence '\*' /usr/lib/python3.12/site-packages/defcon/objects/base.py:402: SyntaxWarning: invalid escape sequence '\*' /usr/lib/python3.12/site-packages/defcon/objects/font.py:32: SyntaxWarning: invalid escape sequence '\*' /usr/lib/python3.12/site-packages/defcon/objects/font.py:1651: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/defcon/objects/font.py:1653: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/defcon/objects/font.py:1654: SyntaxWarning: invalid escape sequence '\w' /usr/lib/python3.12/site-packages/defcon/objects/font.py:1655: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/defcon/objects/font.py:1656: SyntaxWarning: invalid escape sequence '\{' /usr/lib/python3.12/site-packages/defcon/test/objects/test_kerning.py:41: SyntaxWarning: invalid escape sequence '\(' >>> py3-defcon-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/defcon/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.12/site-packages/defcon/__pycache__' 'usr/lib/python3.12/site-packages/defcon/tools/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.12/site-packages/defcon/tools/__pycache__' 'usr/lib/python3.12/site-packages/defcon/pens/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.12/site-packages/defcon/pens/__pycache__' 'usr/lib/python3.12/site-packages/defcon/objects/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.12/site-packages/defcon/objects/__pycache__' >>> py3-defcon-pyc*: Preparing subpackage py3-defcon-pyc... >>> py3-defcon-pyc*: Running postcheck for py3-defcon-pyc >>> py3-defcon*: Running postcheck for py3-defcon >>> py3-defcon*: Preparing package py3-defcon... >>> py3-defcon-pyc*: Tracing dependencies... python3~3.12 >>> py3-defcon-pyc*: Package size: 508.8 KB >>> py3-defcon-pyc*: Compressing data... >>> py3-defcon-pyc*: Create checksum... >>> py3-defcon-pyc*: Create py3-defcon-pyc-0.10.3-r2.apk >>> py3-defcon*: Tracing dependencies... python3 py3-fonttools py3-fs py3-unicodedata2 python3~3.12 >>> py3-defcon*: Package size: 451.6 KB >>> py3-defcon*: Compressing data... >>> py3-defcon*: Create checksum... >>> py3-defcon*: Create py3-defcon-0.10.3-r2.apk >>> py3-defcon: Build complete at Tue, 21 Oct 2025 17:25:49 +0000 elapsed time 0h 0m 28s >>> py3-defcon: Cleaning up srcdir >>> py3-defcon: Cleaning up pkgdir >>> py3-defcon: Cleaning up tmpdir >>> py3-defcon: Uninstalling dependencies... ( 1/35) Purging .makedepends-py3-defcon (20251021.172548) ( 2/35) Purging py3-fonttools-pyc (4.60.1-r0) ( 3/35) Purging py3-fonttools (4.60.1-r0) ( 4/35) Purging py3-fs-pyc (2.4.16-r4) ( 5/35) Purging py3-fs (2.4.16-r4) ( 6/35) Purging py3-appdirs-pyc (1.4.4-r8) ( 7/35) Purging py3-appdirs (1.4.4-r8) ( 8/35) Purging py3-six-pyc (1.17.0-r0) ( 9/35) Purging py3-six (1.17.0-r0) (10/35) Purging py3-tz-pyc (2025.2-r0) (11/35) Purging py3-tz (2025.2-r0) (12/35) Purging py3-unicodedata2 (16.0.0-r1) (13/35) Purging py3-gpep517-pyc (19-r0) (14/35) Purging py3-gpep517 (19-r0) (15/35) Purging py3-installer-pyc (0.7.0-r2) (16/35) Purging py3-installer (0.7.0-r2) (17/35) Purging py3-setuptools_scm-pyc (9.2.0-r0) (18/35) Purging py3-setuptools_scm (9.2.0-r0) (19/35) Purging py3-setuptools-pyc (80.9.0-r1) (20/35) Purging py3-setuptools (80.9.0-r1) (21/35) Purging py3-wheel-pyc (0.46.1-r0) (22/35) Purging py3-wheel (0.46.1-r0) (23/35) Purging py3-packaging-pyc (25.0-r0) (24/35) Purging py3-packaging (25.0-r0) (25/35) Purging py3-parsing-pyc (3.2.3-r0) (26/35) Purging py3-parsing (3.2.3-r0) (27/35) Purging python3-pyc (3.12.12-r0) (28/35) Purging python3-pycache-pyc0 (3.12.12-r0) (29/35) Purging pyc (3.12.12-r0) (30/35) Purging python3 (3.12.12-r0) (31/35) Purging gdbm (1.26-r0) (32/35) Purging libffi (3.5.2-r0) (33/35) Purging libpanelw (6.5_p20251010-r0) (34/35) Purging mpdecimal (4.0.1-r0) (35/35) Purging sqlite-libs (3.50.4-r1) busybox-1.37.0-r24.trigger: Executing script... OK: 434 MiB in 111 packages >>> py3-defcon: Updating the community/aarch64 repository index... >>> py3-defcon: Signing the index...