>>> py3-defcon: Building community/py3-defcon 0.10.3-r0 (using abuild 3.12.0-r0) started Fri, 27 Oct 2023 01:52:14 +0000 >>> py3-defcon: Checking sanity of /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/38) Installing libbz2 (1.0.8-r6) (2/38) Installing libffi (3.4.4-r3) (3/38) Installing gdbm (1.23-r1) (4/38) Installing xz-libs (5.4.4-r0) (5/38) Installing mpdecimal (2.5.1-r2) (6/38) Installing libpanelw (6.4_p20231007-r0) (7/38) Installing readline (8.2.1-r2) (8/38) Installing sqlite-libs (3.43.2-r0) (9/38) Installing python3 (3.11.6-r1) (10/38) Installing python3-pycache-pyc0 (3.11.6-r1) (11/38) Installing pyc (3.11.6-r1) (12/38) Installing python3-pyc (3.11.6-r1) (13/38) Installing py3-fonttools (4.43.1-r0) (14/38) Installing py3-fonttools-pyc (4.43.1-r0) (15/38) Installing py3-appdirs (1.4.4-r6) (16/38) Installing py3-appdirs-pyc (1.4.4-r6) (17/38) Installing py3-six (1.16.0-r7) (18/38) Installing py3-six-pyc (1.16.0-r7) (19/38) Installing py3-parsing (3.1.1-r0) (20/38) Installing py3-parsing-pyc (3.1.1-r0) (21/38) Installing py3-packaging (23.2-r0) (22/38) Installing py3-packaging-pyc (23.2-r0) (23/38) Installing py3-setuptools (68.2.2-r0) (24/38) Installing py3-setuptools-pyc (68.2.2-r0) (25/38) Installing py3-tz (2023.3-r1) (26/38) Installing py3-tz-pyc (2023.3-r1) (27/38) Installing py3-fs (2.4.16-r3) (28/38) Installing py3-fs-pyc (2.4.16-r3) (29/38) Installing py3-unicodedata2 (15.0.0-r2) (30/38) Installing py3-installer (0.7.0-r1) (31/38) Installing py3-installer-pyc (0.7.0-r1) (32/38) Installing py3-gpep517 (15-r0) (33/38) Installing py3-gpep517-pyc (15-r0) (34/38) Installing py3-setuptools_scm (8.0.4-r1) (35/38) Installing py3-setuptools_scm-pyc (8.0.4-r1) (36/38) Installing py3-wheel (0.41.2-r0) (37/38) Installing py3-wheel-pyc (0.41.2-r0) (38/38) Installing .makedepends-py3-defcon (20231027.015217) Executing busybox-1.36.1-r13.trigger OK: 339 MiB in 140 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.19//py3-defcon-0.10.3.tar.gz >>> py3-defcon: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//py3-defcon-0.10.3.tar.gz >>> py3-defcon: Checking sha512sums... py3-defcon-0.10.3.tar.gz: OK >>> py3-defcon: Unpacking /var/cache/distfiles/py3-defcon-0.10.3.tar.gz... 2023-10-27 01:52:18,128 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-10-27 01:52:18,167 root INFO running bdist_wheel 2023-10-27 01:52:18,182 root INFO running build 2023-10-27 01:52:18,182 root INFO running build_py 2023-10-27 01:52:18,184 root INFO creating build 2023-10-27 01:52:18,185 root INFO creating build/lib 2023-10-27 01:52:18,185 root INFO creating build/lib/defcon 2023-10-27 01:52:18,185 root INFO copying Lib/defcon/errors.py -> build/lib/defcon 2023-10-27 01:52:18,185 root INFO copying Lib/defcon/_version.py -> build/lib/defcon 2023-10-27 01:52:18,185 root INFO copying Lib/defcon/__init__.py -> build/lib/defcon 2023-10-27 01:52:18,186 root INFO creating build/lib/defcon/tools 2023-10-27 01:52:18,186 root INFO copying Lib/defcon/tools/bezierMath.py -> build/lib/defcon/tools 2023-10-27 01:52:18,186 root INFO copying Lib/defcon/tools/fuzzyNumber.py -> build/lib/defcon/tools 2023-10-27 01:52:18,186 root INFO copying Lib/defcon/tools/identifiers.py -> build/lib/defcon/tools 2023-10-27 01:52:18,186 root INFO copying Lib/defcon/tools/notifications.py -> build/lib/defcon/tools 2023-10-27 01:52:18,187 root INFO copying Lib/defcon/tools/representations.py -> build/lib/defcon/tools 2023-10-27 01:52:18,187 root INFO copying Lib/defcon/tools/unicodeTools.py -> build/lib/defcon/tools 2023-10-27 01:52:18,187 root INFO copying Lib/defcon/tools/__init__.py -> build/lib/defcon/tools 2023-10-27 01:52:18,187 root INFO creating build/lib/defcon/test 2023-10-27 01:52:18,187 root INFO copying Lib/defcon/test/test_errors.py -> build/lib/defcon/test 2023-10-27 01:52:18,187 root INFO copying Lib/defcon/test/testTools.py -> build/lib/defcon/test 2023-10-27 01:52:18,188 root INFO copying Lib/defcon/test/__init__.py -> build/lib/defcon/test 2023-10-27 01:52:18,188 root INFO creating build/lib/defcon/objects 2023-10-27 01:52:18,188 root INFO copying Lib/defcon/objects/contour.py -> build/lib/defcon/objects 2023-10-27 01:52:18,188 root INFO copying Lib/defcon/objects/font.py -> build/lib/defcon/objects 2023-10-27 01:52:18,189 root INFO copying Lib/defcon/objects/layerSet.py -> build/lib/defcon/objects 2023-10-27 01:52:18,189 root INFO copying Lib/defcon/objects/info.py -> build/lib/defcon/objects 2023-10-27 01:52:18,189 root INFO copying Lib/defcon/objects/color.py -> build/lib/defcon/objects 2023-10-27 01:52:18,189 root INFO copying Lib/defcon/objects/image.py -> build/lib/defcon/objects 2023-10-27 01:52:18,189 root INFO copying Lib/defcon/objects/layoutEngine.py -> build/lib/defcon/objects 2023-10-27 01:52:18,190 root INFO copying Lib/defcon/objects/guideline.py -> build/lib/defcon/objects 2023-10-27 01:52:18,190 root INFO copying Lib/defcon/objects/kerning.py -> build/lib/defcon/objects 2023-10-27 01:52:18,190 root INFO copying Lib/defcon/objects/base.py -> build/lib/defcon/objects 2023-10-27 01:52:18,190 root INFO copying Lib/defcon/objects/glyph.py -> build/lib/defcon/objects 2023-10-27 01:52:18,190 root INFO copying Lib/defcon/objects/layer.py -> build/lib/defcon/objects 2023-10-27 01:52:18,191 root INFO copying Lib/defcon/objects/lib.py -> build/lib/defcon/objects 2023-10-27 01:52:18,191 root INFO copying Lib/defcon/objects/groups.py -> build/lib/defcon/objects 2023-10-27 01:52:18,191 root INFO copying Lib/defcon/objects/imageSet.py -> build/lib/defcon/objects 2023-10-27 01:52:18,191 root INFO copying Lib/defcon/objects/features.py -> build/lib/defcon/objects 2023-10-27 01:52:18,191 root INFO copying Lib/defcon/objects/dataSet.py -> build/lib/defcon/objects 2023-10-27 01:52:18,192 root INFO copying Lib/defcon/objects/uniData.py -> build/lib/defcon/objects 2023-10-27 01:52:18,192 root INFO copying Lib/defcon/objects/anchor.py -> build/lib/defcon/objects 2023-10-27 01:52:18,192 root INFO copying Lib/defcon/objects/point.py -> build/lib/defcon/objects 2023-10-27 01:52:18,192 root INFO copying Lib/defcon/objects/component.py -> build/lib/defcon/objects 2023-10-27 01:52:18,192 root INFO copying Lib/defcon/objects/__init__.py -> build/lib/defcon/objects 2023-10-27 01:52:18,193 root INFO creating build/lib/defcon/pens 2023-10-27 01:52:18,193 root INFO copying Lib/defcon/pens/glyphObjectPointPen.py -> build/lib/defcon/pens 2023-10-27 01:52:18,193 root INFO copying Lib/defcon/pens/reverseContourPointPen.py -> build/lib/defcon/pens 2023-10-27 01:52:18,193 root INFO copying Lib/defcon/pens/decomposeComponentPointPen.py -> build/lib/defcon/pens 2023-10-27 01:52:18,193 root INFO copying Lib/defcon/pens/transformPointPen.py -> build/lib/defcon/pens 2023-10-27 01:52:18,193 root INFO copying Lib/defcon/pens/__init__.py -> build/lib/defcon/pens 2023-10-27 01:52:18,194 root INFO creating build/lib/defcon/test/tools 2023-10-27 01:52:18,194 root INFO copying Lib/defcon/test/tools/test_fuzzyNumber.py -> build/lib/defcon/test/tools 2023-10-27 01:52:18,194 root INFO copying Lib/defcon/test/tools/test_notifications.py -> build/lib/defcon/test/tools 2023-10-27 01:52:18,194 root INFO copying Lib/defcon/test/tools/test_bezierMath.py -> build/lib/defcon/test/tools 2023-10-27 01:52:18,194 root INFO copying Lib/defcon/test/tools/test_unicodeTools.py -> build/lib/defcon/test/tools 2023-10-27 01:52:18,194 root INFO copying Lib/defcon/test/tools/__init__.py -> build/lib/defcon/test/tools 2023-10-27 01:52:18,195 root INFO creating build/lib/defcon/test/objects 2023-10-27 01:52:18,195 root INFO copying Lib/defcon/test/objects/test_layerSet.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,195 root INFO copying Lib/defcon/test/objects/test_guideline.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,195 root INFO copying Lib/defcon/test/objects/test_layer.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,195 root INFO copying Lib/defcon/test/objects/test_groups.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,195 root INFO copying Lib/defcon/test/objects/test_glyph.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_component.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_color.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_contour.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_base.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_kerning.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_image.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,196 root INFO copying Lib/defcon/test/objects/test_uniData.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/test_info.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/test_imageSet.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/test_font.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/test_anchor.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/test_validation.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/test_dataSet.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,197 root INFO copying Lib/defcon/test/objects/__init__.py -> build/lib/defcon/test/objects 2023-10-27 01:52:18,198 root INFO running egg_info 2023-10-27 01:52:18,198 root INFO creating Lib/defcon.egg-info 2023-10-27 01:52:18,199 root INFO writing Lib/defcon.egg-info/PKG-INFO 2023-10-27 01:52:18,200 root INFO writing dependency_links to Lib/defcon.egg-info/dependency_links.txt 2023-10-27 01:52:18,200 root INFO writing requirements to Lib/defcon.egg-info/requires.txt 2023-10-27 01:52:18,200 root INFO writing top-level names to Lib/defcon.egg-info/top_level.txt 2023-10-27 01:52:18,200 root INFO writing manifest file 'Lib/defcon.egg-info/SOURCES.txt' 2023-10-27 01:52:19,565 root INFO reading manifest file 'Lib/defcon.egg-info/SOURCES.txt' 2023-10-27 01:52:19,566 root INFO reading manifest template 'MANIFEST.in' 2023-10-27 01:52:19,568 root INFO adding license file 'License.txt' 2023-10-27 01:52:19,570 root INFO writing manifest file 'Lib/defcon.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:204: _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) 2023-10-27 01:52:19,573 root INFO creating build/lib/defcon/test/testdata 2023-10-27 01:52:19,573 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufoz -> build/lib/defcon/test/testdata 2023-10-27 01:52:19,573 root INFO copying Lib/defcon/test/testdata/TestFont.ufoz -> build/lib/defcon/test/testdata 2023-10-27 01:52:19,574 root INFO creating build/lib/defcon/test/testdata/TestContourDirection.ufo 2023-10-27 01:52:19,574 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestContourDirection.ufo 2023-10-27 01:52:19,574 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestContourDirection.ufo 2023-10-27 01:52:19,574 root INFO creating build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,574 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,574 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,574 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,574 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,575 root INFO copying Lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,575 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,575 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,575 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/groups.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,575 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/kerning.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,575 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,575 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/lib.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,576 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,576 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/data 2023-10-27 01:52:19,576 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.file -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/data 2023-10-27 01:52:19,576 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2023-10-27 01:52:19,576 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 2023-10-27 01:52:19,576 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2023-10-27 01:52:19,576 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 2023-10-27 01:52:19,576 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,577 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,577 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,577 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,577 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,577 root INFO creating build/lib/defcon/test/testdata/TestExternalEditing.ufo/images 2023-10-27 01:52:19,577 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 1.png -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/images 2023-10-27 01:52:19,577 root INFO copying Lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 2.png -> build/lib/defcon/test/testdata/TestExternalEditing.ufo/images 2023-10-27 01:52:19,577 root INFO creating build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2023-10-27 01:52:19,578 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2023-10-27 01:52:19,578 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2023-10-27 01:52:19,578 root INFO creating build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,578 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,578 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,578 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,578 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,579 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,579 root INFO copying Lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,579 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,579 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,579 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/kerning.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,579 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/layercontents.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,579 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,579 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/data 2023-10-27 01:52:19,580 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file -> build/lib/defcon/test/testdata/TestFont.ufo/data 2023-10-27 01:52:19,580 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2023-10-27 01:52:19,580 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 2023-10-27 01:52:19,580 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2023-10-27 01:52:19,580 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 2023-10-27 01:52:19,580 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,580 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,580 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/B_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,581 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/C_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,581 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,581 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,581 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,581 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,581 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,581 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2023-10-27 01:52:19,581 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2023-10-27 01:52:19,582 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist -> build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2023-10-27 01:52:19,582 root INFO creating build/lib/defcon/test/testdata/TestFont.ufo/images 2023-10-27 01:52:19,582 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/images/image 1.png -> build/lib/defcon/test/testdata/TestFont.ufo/images 2023-10-27 01:52:19,582 root INFO copying Lib/defcon/test/testdata/TestFont.ufo/images/image 2.png -> build/lib/defcon/test/testdata/TestFont.ufo/images 2023-10-27 01:52:19,582 root INFO creating build/lib/defcon/test/testdata/TestOpenContour.ufo 2023-10-27 01:52:19,582 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist -> build/lib/defcon/test/testdata/TestOpenContour.ufo 2023-10-27 01:52:19,582 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/metainfo.plist -> build/lib/defcon/test/testdata/TestOpenContour.ufo 2023-10-27 01:52:19,583 root INFO creating build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs 2023-10-27 01:52:19,583 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif -> build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs 2023-10-27 01:52:19,583 root INFO copying Lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist -> build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs 2023-10-27 01:52:19,588 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-10-27 01:52:19,588 root INFO running install 2023-10-27 01:52:19,596 root INFO running install_lib 2023-10-27 01:52:19,598 root INFO creating build/bdist.linux-armv8l 2023-10-27 01:52:19,598 root INFO creating build/bdist.linux-armv8l/wheel 2023-10-27 01:52:19,598 root INFO creating build/bdist.linux-armv8l/wheel/defcon 2023-10-27 01:52:19,598 root INFO copying build/lib/defcon/errors.py -> build/bdist.linux-armv8l/wheel/defcon 2023-10-27 01:52:19,598 root INFO copying build/lib/defcon/_version.py -> build/bdist.linux-armv8l/wheel/defcon 2023-10-27 01:52:19,598 root INFO creating build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,598 root INFO copying build/lib/defcon/tools/bezierMath.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO copying build/lib/defcon/tools/fuzzyNumber.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO copying build/lib/defcon/tools/identifiers.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO copying build/lib/defcon/tools/notifications.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO copying build/lib/defcon/tools/representations.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO copying build/lib/defcon/tools/unicodeTools.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO copying build/lib/defcon/tools/__init__.py -> build/bdist.linux-armv8l/wheel/defcon/tools 2023-10-27 01:52:19,599 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test 2023-10-27 01:52:19,599 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/tools 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/tools/test_fuzzyNumber.py -> build/bdist.linux-armv8l/wheel/defcon/test/tools 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/tools/test_notifications.py -> build/bdist.linux-armv8l/wheel/defcon/test/tools 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/tools/test_bezierMath.py -> build/bdist.linux-armv8l/wheel/defcon/test/tools 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/tools/test_unicodeTools.py -> build/bdist.linux-armv8l/wheel/defcon/test/tools 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/tools/__init__.py -> build/bdist.linux-armv8l/wheel/defcon/test/tools 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/test_errors.py -> build/bdist.linux-armv8l/wheel/defcon/test 2023-10-27 01:52:19,600 root INFO copying build/lib/defcon/test/testTools.py -> build/bdist.linux-armv8l/wheel/defcon/test 2023-10-27 01:52:19,601 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,601 root INFO copying build/lib/defcon/test/objects/test_layerSet.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,601 root INFO copying build/lib/defcon/test/objects/test_guideline.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,601 root INFO copying build/lib/defcon/test/objects/test_layer.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,601 root INFO copying build/lib/defcon/test/objects/test_groups.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,601 root INFO copying build/lib/defcon/test/objects/test_glyph.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,601 root INFO copying build/lib/defcon/test/objects/test_component.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_color.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_contour.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_base.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_kerning.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_image.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_uniData.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_info.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,602 root INFO copying build/lib/defcon/test/objects/test_imageSet.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,603 root INFO copying build/lib/defcon/test/objects/test_font.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,603 root INFO copying build/lib/defcon/test/objects/test_anchor.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,603 root INFO copying build/lib/defcon/test/objects/test_validation.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,603 root INFO copying build/lib/defcon/test/objects/test_dataSet.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,603 root INFO copying build/lib/defcon/test/objects/__init__.py -> build/bdist.linux-armv8l/wheel/defcon/test/objects 2023-10-27 01:52:19,603 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata 2023-10-27 01:52:19,603 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,603 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/images 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 1.png -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/images 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/images/image 2.png -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/images 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,604 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,604 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/glyphs 2023-10-27 01:52:19,605 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/kerning.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,605 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,605 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/lib.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,605 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/groups.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,605 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/data 2023-10-27 01:52:19,605 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2023-10-27 01:52:19,605 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/file 1.txt -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory 2023-10-27 01:52:19,605 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2023-10-27 01:52:19,606 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory 2023-10-27 01:52:19,606 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.file -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo/data 2023-10-27 01:52:19,606 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestExternalEditing.ufo 2023-10-27 01:52:19,606 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,606 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2023-10-27 01:52:19,606 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2023-10-27 01:52:19,606 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.public.background 2023-10-27 01:52:19,606 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/images 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/images/image 1.png -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/images 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/images/image 2.png -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/images 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/fontinfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,607 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/C_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/B_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,607 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs/A_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs 2023-10-27 01:52:19,608 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/kerning.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,608 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/layercontents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,608 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/data 2023-10-27 01:52:19,608 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2023-10-27 01:52:19,608 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/file 1.txt -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory 2023-10-27 01:52:19,608 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2023-10-27 01:52:19,608 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory 2023-10-27 01:52:19,608 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/data 2023-10-27 01:52:19,609 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/metainfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo 2023-10-27 01:52:19,609 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,609 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,609 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,609 root INFO copying build/lib/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFont.ufo/glyphs.Layer 1 2023-10-27 01:52:19,609 root INFO copying build/lib/defcon/test/testdata/TestExternalEditing.ufoz -> build/bdist.linux-armv8l/wheel/defcon/test/testdata 2023-10-27 01:52:19,609 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestOpenContour.ufo 2023-10-27 01:52:19,610 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestOpenContour.ufo 2023-10-27 01:52:19,610 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestOpenContour.ufo/glyphs 2023-10-27 01:52:19,610 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestOpenContour.ufo/glyphs 2023-10-27 01:52:19,610 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestOpenContour.ufo/glyphs 2023-10-27 01:52:19,610 root INFO copying build/lib/defcon/test/testdata/TestOpenContour.ufo/metainfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestOpenContour.ufo 2023-10-27 01:52:19,610 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2023-10-27 01:52:19,610 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2023-10-27 01:52:19,610 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestFindGlyphsWithOutlines.ufo 2023-10-27 01:52:19,611 root INFO copying build/lib/defcon/test/testdata/TestFont.ufoz -> build/bdist.linux-armv8l/wheel/defcon/test/testdata 2023-10-27 01:52:19,612 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo 2023-10-27 01:52:19,612 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo 2023-10-27 01:52:19,612 root INFO creating build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,612 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,612 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,612 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,612 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,612 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo/glyphs 2023-10-27 01:52:19,613 root INFO copying build/lib/defcon/test/testdata/TestContourDirection.ufo/metainfo.plist -> build/bdist.linux-armv8l/wheel/defcon/test/testdata/TestContourDirection.ufo 2023-10-27 01:52:19,613 root INFO copying build/lib/defcon/test/__init__.py -> build/bdist.linux-armv8l/wheel/defcon/test 2023-10-27 01:52:19,613 root INFO creating build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,613 root INFO copying build/lib/defcon/objects/contour.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,613 root INFO copying build/lib/defcon/objects/font.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,613 root INFO copying build/lib/defcon/objects/layerSet.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,613 root INFO copying build/lib/defcon/objects/info.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/color.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/image.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/layoutEngine.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/guideline.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/kerning.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/base.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,614 root INFO copying build/lib/defcon/objects/glyph.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/layer.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/lib.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/groups.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/imageSet.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/features.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/dataSet.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,615 root INFO copying build/lib/defcon/objects/uniData.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/objects/anchor.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/objects/point.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/objects/component.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/objects/__init__.py -> build/bdist.linux-armv8l/wheel/defcon/objects 2023-10-27 01:52:19,616 root INFO creating build/bdist.linux-armv8l/wheel/defcon/pens 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/pens/glyphObjectPointPen.py -> build/bdist.linux-armv8l/wheel/defcon/pens 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/pens/reverseContourPointPen.py -> build/bdist.linux-armv8l/wheel/defcon/pens 2023-10-27 01:52:19,616 root INFO copying build/lib/defcon/pens/decomposeComponentPointPen.py -> build/bdist.linux-armv8l/wheel/defcon/pens 2023-10-27 01:52:19,617 root INFO copying build/lib/defcon/pens/transformPointPen.py -> build/bdist.linux-armv8l/wheel/defcon/pens 2023-10-27 01:52:19,617 root INFO copying build/lib/defcon/pens/__init__.py -> build/bdist.linux-armv8l/wheel/defcon/pens 2023-10-27 01:52:19,617 root INFO copying build/lib/defcon/__init__.py -> build/bdist.linux-armv8l/wheel/defcon 2023-10-27 01:52:19,617 root INFO running install_egg_info 2023-10-27 01:52:19,619 root INFO Copying Lib/defcon.egg-info to build/bdist.linux-armv8l/wheel/defcon-0.10.3-py3.11.egg-info 2023-10-27 01:52:19,620 root INFO running install_scripts 2023-10-27 01:52:19,622 wheel INFO creating build/bdist.linux-armv8l/wheel/defcon-0.10.3.dist-info/WHEEL 2023-10-27 01:52:19,622 wheel INFO creating '/home/buildozer/aports/community/py3-defcon/src/defcon-0.10.3/.dist/.tmp-ygysdk23/defcon-0.10.3-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-10-27 01:52:19,622 wheel INFO adding 'defcon/__init__.py' 2023-10-27 01:52:19,623 wheel INFO adding 'defcon/_version.py' 2023-10-27 01:52:19,623 wheel INFO adding 'defcon/errors.py' 2023-10-27 01:52:19,623 wheel INFO adding 'defcon/objects/__init__.py' 2023-10-27 01:52:19,623 wheel INFO adding 'defcon/objects/anchor.py' 2023-10-27 01:52:19,623 wheel INFO adding 'defcon/objects/base.py' 2023-10-27 01:52:19,624 wheel INFO adding 'defcon/objects/color.py' 2023-10-27 01:52:19,624 wheel INFO adding 'defcon/objects/component.py' 2023-10-27 01:52:19,624 wheel INFO adding 'defcon/objects/contour.py' 2023-10-27 01:52:19,624 wheel INFO adding 'defcon/objects/dataSet.py' 2023-10-27 01:52:19,624 wheel INFO adding 'defcon/objects/features.py' 2023-10-27 01:52:19,625 wheel INFO adding 'defcon/objects/font.py' 2023-10-27 01:52:19,625 wheel INFO adding 'defcon/objects/glyph.py' 2023-10-27 01:52:19,625 wheel INFO adding 'defcon/objects/groups.py' 2023-10-27 01:52:19,625 wheel INFO adding 'defcon/objects/guideline.py' 2023-10-27 01:52:19,625 wheel INFO adding 'defcon/objects/image.py' 2023-10-27 01:52:19,626 wheel INFO adding 'defcon/objects/imageSet.py' 2023-10-27 01:52:19,626 wheel INFO adding 'defcon/objects/info.py' 2023-10-27 01:52:19,626 wheel INFO adding 'defcon/objects/kerning.py' 2023-10-27 01:52:19,626 wheel INFO adding 'defcon/objects/layer.py' 2023-10-27 01:52:19,626 wheel INFO adding 'defcon/objects/layerSet.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/objects/layoutEngine.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/objects/lib.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/objects/point.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/objects/uniData.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/pens/__init__.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/pens/decomposeComponentPointPen.py' 2023-10-27 01:52:19,627 wheel INFO adding 'defcon/pens/glyphObjectPointPen.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/pens/reverseContourPointPen.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/pens/transformPointPen.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/test/__init__.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/test/testTools.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/test/test_errors.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/test/objects/__init__.py' 2023-10-27 01:52:19,628 wheel INFO adding 'defcon/test/objects/test_anchor.py' 2023-10-27 01:52:19,629 wheel INFO adding 'defcon/test/objects/test_base.py' 2023-10-27 01:52:19,629 wheel INFO adding 'defcon/test/objects/test_color.py' 2023-10-27 01:52:19,629 wheel INFO adding 'defcon/test/objects/test_component.py' 2023-10-27 01:52:19,629 wheel INFO adding 'defcon/test/objects/test_contour.py' 2023-10-27 01:52:19,629 wheel INFO adding 'defcon/test/objects/test_dataSet.py' 2023-10-27 01:52:19,629 wheel INFO adding 'defcon/test/objects/test_font.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_glyph.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_groups.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_guideline.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_image.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_imageSet.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_info.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_kerning.py' 2023-10-27 01:52:19,630 wheel INFO adding 'defcon/test/objects/test_layer.py' 2023-10-27 01:52:19,631 wheel INFO adding 'defcon/test/objects/test_layerSet.py' 2023-10-27 01:52:19,631 wheel INFO adding 'defcon/test/objects/test_uniData.py' 2023-10-27 01:52:19,631 wheel INFO adding 'defcon/test/objects/test_validation.py' 2023-10-27 01:52:19,631 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufoz' 2023-10-27 01:52:19,631 wheel INFO adding 'defcon/test/testdata/TestFont.ufoz' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/fontinfo.plist' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/metainfo.plist' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection1.glif' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection2.glif' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection3.glif' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/T_estC_ontourD_irection4.glif' 2023-10-27 01:52:19,632 wheel INFO adding 'defcon/test/testdata/TestContourDirection.ufo/glyphs/contents.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/fontinfo.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/groups.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/kerning.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/layercontents.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/lib.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/metainfo.plist' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.file' 2023-10-27 01:52:19,633 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/file 1.txt' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/A_.glif' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/B_.glif' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/C_.glif' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/glyphs/contents.plist' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/images/image 1.png' 2023-10-27 01:52:19,634 wheel INFO adding 'defcon/test/testdata/TestExternalEditing.ufo/images/image 2.png' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/fontinfo.plist' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/metainfo.plist' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/A_.glif' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/B_.glif' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/C_.glif' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/D_.glif' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/E_.glif' 2023-10-27 01:52:19,635 wheel INFO adding 'defcon/test/testdata/TestFindGlyphsWithOutlines.ufo/glyphs/contents.plist' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/fontinfo.plist' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/kerning.plist' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/layercontents.plist' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/metainfo.plist' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.file' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/file 1.txt' 2023-10-27 01:52:19,636 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/data/com.typesupply.defcon.test.directory/sub directory/file 2.txt' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/A_.glif' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/B_.glif' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/C_.glif' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs/contents.plist' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/A_.glif' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/contents.plist' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.Layer 1/layerinfo.plist' 2023-10-27 01:52:19,637 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.public.background/A_.glif' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/glyphs.public.background/contents.plist' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/images/image 1.png' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestFont.ufo/images/image 2.png' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/fontinfo.plist' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/metainfo.plist' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/glyphs/A_.glif' 2023-10-27 01:52:19,638 wheel INFO adding 'defcon/test/testdata/TestOpenContour.ufo/glyphs/contents.plist' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/test/tools/__init__.py' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/test/tools/test_bezierMath.py' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/test/tools/test_fuzzyNumber.py' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/test/tools/test_notifications.py' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/test/tools/test_unicodeTools.py' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/tools/__init__.py' 2023-10-27 01:52:19,639 wheel INFO adding 'defcon/tools/bezierMath.py' 2023-10-27 01:52:19,640 wheel INFO adding 'defcon/tools/fuzzyNumber.py' 2023-10-27 01:52:19,640 wheel INFO adding 'defcon/tools/identifiers.py' 2023-10-27 01:52:19,640 wheel INFO adding 'defcon/tools/notifications.py' 2023-10-27 01:52:19,640 wheel INFO adding 'defcon/tools/representations.py' 2023-10-27 01:52:19,640 wheel INFO adding 'defcon/tools/unicodeTools.py' 2023-10-27 01:52:19,640 wheel INFO adding 'defcon-0.10.3.dist-info/License.txt' 2023-10-27 01:52:19,641 wheel INFO adding 'defcon-0.10.3.dist-info/METADATA' 2023-10-27 01:52:19,641 wheel INFO adding 'defcon-0.10.3.dist-info/WHEEL' 2023-10-27 01:52:19,641 wheel INFO adding 'defcon-0.10.3.dist-info/top_level.txt' 2023-10-27 01:52:19,641 wheel INFO adding 'defcon-0.10.3.dist-info/zip-safe' 2023-10-27 01:52:19,641 wheel INFO adding 'defcon-0.10.3.dist-info/RECORD' 2023-10-27 01:52:19,642 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-10-27 01:52:19,645 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... >>> py3-defcon-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon/usr/lib/python3.11/site-packages/defcon/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.11/site-packages/defcon/__pycache__' '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon/usr/lib/python3.11/site-packages/defcon/tools/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.11/site-packages/defcon/tools/__pycache__' '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon/usr/lib/python3.11/site-packages/defcon/objects/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.11/site-packages/defcon/objects/__pycache__' '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon/usr/lib/python3.11/site-packages/defcon/pens/__pycache__' -> '/home/buildozer/aports/community/py3-defcon/pkg/py3-defcon-pyc/usr/lib/python3.11/site-packages/defcon/pens/__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 py3-fonttools py3-fs py3-unicodedata2 python3~3.11 >>> py3-defcon-pyc*: Package size: 688.0 KB >>> py3-defcon-pyc*: Compressing data... >>> py3-defcon-pyc*: Create checksum... >>> py3-defcon-pyc*: Create py3-defcon-pyc-0.10.3-r0.apk >>> py3-defcon*: Tracing dependencies... python3 py3-fonttools py3-fs py3-unicodedata2 python3~3.11 >>> py3-defcon*: Package size: 588.0 KB >>> py3-defcon*: Compressing data... >>> py3-defcon*: Create checksum... >>> py3-defcon*: Create py3-defcon-0.10.3-r0.apk >>> py3-defcon: Build complete at Fri, 27 Oct 2023 01:52:20 +0000 elapsed time 0h 0m 6s >>> py3-defcon: Cleaning up srcdir >>> py3-defcon: Cleaning up pkgdir >>> py3-defcon: Uninstalling dependencies... (1/38) Purging .makedepends-py3-defcon (20231027.015217) (2/38) Purging py3-fonttools-pyc (4.43.1-r0) (3/38) Purging py3-fonttools (4.43.1-r0) (4/38) Purging py3-fs-pyc (2.4.16-r3) (5/38) Purging py3-fs (2.4.16-r3) (6/38) Purging py3-appdirs-pyc (1.4.4-r6) (7/38) Purging py3-appdirs (1.4.4-r6) (8/38) Purging py3-six-pyc (1.16.0-r7) (9/38) Purging py3-six (1.16.0-r7) (10/38) Purging py3-tz-pyc (2023.3-r1) (11/38) Purging py3-tz (2023.3-r1) (12/38) Purging py3-unicodedata2 (15.0.0-r2) (13/38) Purging py3-gpep517-pyc (15-r0) (14/38) Purging py3-gpep517 (15-r0) (15/38) Purging py3-installer-pyc (0.7.0-r1) (16/38) Purging py3-installer (0.7.0-r1) (17/38) Purging py3-setuptools_scm-pyc (8.0.4-r1) (18/38) Purging py3-setuptools_scm (8.0.4-r1) (19/38) Purging py3-setuptools-pyc (68.2.2-r0) (20/38) Purging py3-setuptools (68.2.2-r0) (21/38) Purging py3-wheel-pyc (0.41.2-r0) (22/38) Purging py3-wheel (0.41.2-r0) (23/38) Purging py3-packaging-pyc (23.2-r0) (24/38) Purging py3-packaging (23.2-r0) (25/38) Purging py3-parsing-pyc (3.1.1-r0) (26/38) Purging py3-parsing (3.1.1-r0) (27/38) Purging python3-pyc (3.11.6-r1) (28/38) Purging python3-pycache-pyc0 (3.11.6-r1) (29/38) Purging pyc (3.11.6-r1) (30/38) Purging python3 (3.11.6-r1) (31/38) Purging gdbm (1.23-r1) (32/38) Purging libbz2 (1.0.8-r6) (33/38) Purging libffi (3.4.4-r3) (34/38) Purging libpanelw (6.4_p20231007-r0) (35/38) Purging mpdecimal (2.5.1-r2) (36/38) Purging readline (8.2.1-r2) (37/38) Purging sqlite-libs (3.43.2-r0) (38/38) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 102 packages >>> py3-defcon: Updating the community/armv7 repository index... >>> py3-defcon: Signing the index...