>>> py3-dt-schema: Building community/py3-dt-schema 2025.02-r0 (using abuild 3.15.0_rc3-r3) started Sat, 17 May 2025 15:07:15 +0000 >>> py3-dt-schema: Validating /home/buildozer/aports/community/py3-dt-schema/APKBUILD... >>> py3-dt-schema: Analyzing dependencies... >>> py3-dt-schema: Installing for build: build-base python3 py3-ruamel.yaml py3-jsonschema417 py3-rfc3987 py3-libfdt py3-setuptools py3-setuptools_scm py3-wheel py3-gpep517 py3-installer dtc (1/41) Installing libbz2 (1.0.8-r6) (2/41) Installing libffi (3.4.8-r0) (3/41) Installing gdbm (1.24-r0) (4/41) Installing xz-libs (5.8.1-r0) (5/41) Installing mpdecimal (4.0.1-r0) (6/41) Installing libpanelw (6.5_p20250503-r0) (7/41) Installing sqlite-libs (3.49.2-r0) (8/41) Installing python3 (3.12.10-r0) (9/41) Installing python3-pycache-pyc0 (3.12.10-r0) (10/41) Installing pyc (3.12.10-r0) (11/41) Installing python3-pyc (3.12.10-r0) (12/41) Installing py3-ruamel.yaml.clib (0.2.8-r2) (13/41) Installing py3-ruamel.yaml (0.17.28-r1) (14/41) Installing py3-ruamel.yaml-pyc (0.17.28-r1) (15/41) Installing py3-pyrsistent (0.20.0-r1) (16/41) Installing py3-pyrsistent-pyc (0.20.0-r1) (17/41) Installing py3-attrs (25.3.0-r0) (18/41) Installing py3-attrs-pyc (25.3.0-r0) (19/41) Installing py3-jsonschema417 (4.17.3-r1) (20/41) Installing py3-jsonschema417-pyc (4.17.3-r1) (21/41) Installing py3-rfc3987 (1.3.8-r6) (22/41) Installing py3-rfc3987-pyc (1.3.8-r6) (23/41) Installing libfdt (1.7.2-r0) (24/41) Installing py3-libfdt (1.7.2-r0) (25/41) Installing py3-libfdt-pyc (1.7.2-r0) (26/41) Installing py3-parsing (3.2.3-r0) (27/41) Installing py3-parsing-pyc (3.2.3-r0) (28/41) Installing py3-packaging (25.0-r0) (29/41) Installing py3-packaging-pyc (25.0-r0) (30/41) Installing py3-setuptools (80.5.0-r0) (31/41) Installing py3-setuptools-pyc (80.5.0-r0) (32/41) Installing py3-setuptools_scm (8.2.0-r0) (33/41) Installing py3-setuptools_scm-pyc (8.2.0-r0) (34/41) Installing py3-wheel (0.46.1-r0) (35/41) Installing py3-wheel-pyc (0.46.1-r0) (36/41) Installing py3-installer (0.7.0-r2) (37/41) Installing py3-installer-pyc (0.7.0-r2) (38/41) Installing py3-gpep517 (19-r0) (39/41) Installing py3-gpep517-pyc (19-r0) (40/41) Installing dtc (1.7.2-r0) (41/41) Installing .makedepends-py3-dt-schema (20250517.150716) Executing busybox-1.37.0-r17.trigger OK: 449 MiB in 145 packages >>> py3-dt-schema: Cleaning up srcdir >>> py3-dt-schema: Cleaning up pkgdir >>> py3-dt-schema: Cleaning up tmpdir >>> py3-dt-schema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/dt-schema-2025.02.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-dt-schema: Fetching dt-schema-2025.02.tar.gz::https://github.com/devicetree-org/dt-schema/archive/v2025.02.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.22/dt-schema-2025.02.tar.gz.part' dt-schema-2025.02.ta 100% |********************************| 75861 0:00:00 ETA '/var/cache/distfiles/v3.22/dt-schema-2025.02.tar.gz.part' saved >>> py3-dt-schema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/dt-schema-2025.02.tar.gz >>> py3-dt-schema: Checking sha512sums... dt-schema-2025.02.tar.gz: OK >>> py3-dt-schema: Unpacking /var/cache/distfiles/v3.22/dt-schema-2025.02.tar.gz... 2025-05-17 15:07:18,473 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/dist.py:334: InformationOnly: Normalizing '2025.02' to '2025.2' self.metadata.version = self._normalize_version(self.metadata.version) /usr/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py:72: _ToolsTypoInMetadata: Ignoring [tools.setuptools] in pyproject.toml, did you mean [tool.setuptools]? config = read_configuration(filepath, True, ignore_option_errors, dist) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3.12/site-packages/setuptools/dist.py:761: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-05-17 15:07:18,563 root INFO running bdist_wheel 2025-05-17 15:07:18,586 root INFO running build 2025-05-17 15:07:18,586 root INFO running build_py 2025-05-17 15:07:18,592 root INFO creating build/lib/dtschema 2025-05-17 15:07:18,592 root INFO copying dtschema/schema.py -> build/lib/dtschema 2025-05-17 15:07:18,593 root INFO copying dtschema/extract_props.py -> build/lib/dtschema 2025-05-17 15:07:18,593 root INFO copying dtschema/check_compatible.py -> build/lib/dtschema 2025-05-17 15:07:18,593 root INFO copying dtschema/validator.py -> build/lib/dtschema 2025-05-17 15:07:18,594 root INFO copying dtschema/fixups.py -> build/lib/dtschema 2025-05-17 15:07:18,594 root INFO copying dtschema/version.py -> build/lib/dtschema 2025-05-17 15:07:18,594 root INFO copying dtschema/__init__.py -> build/lib/dtschema 2025-05-17 15:07:18,595 root INFO copying dtschema/extract_compatibles.py -> build/lib/dtschema 2025-05-17 15:07:18,595 root INFO copying dtschema/mk_schema.py -> build/lib/dtschema 2025-05-17 15:07:18,595 root INFO copying dtschema/cmp_schema.py -> build/lib/dtschema 2025-05-17 15:07:18,596 root INFO copying dtschema/dtb.py -> build/lib/dtschema 2025-05-17 15:07:18,596 root INFO copying dtschema/dtb_validate.py -> build/lib/dtschema 2025-05-17 15:07:18,597 root INFO copying dtschema/lib.py -> build/lib/dtschema 2025-05-17 15:07:18,597 root INFO copying dtschema/doc_validate.py -> build/lib/dtschema 2025-05-17 15:07:18,597 root INFO copying dtschema/extract_example.py -> build/lib/dtschema 2025-05-17 15:07:18,598 root INFO copying dtschema/dtb2py.py -> build/lib/dtschema 2025-05-17 15:07:18,600 root INFO running egg_info 2025-05-17 15:07:18,605 root INFO creating dtschema.egg-info 2025-05-17 15:07:18,605 root INFO writing dtschema.egg-info/PKG-INFO 2025-05-17 15:07:18,606 root INFO writing dependency_links to dtschema.egg-info/dependency_links.txt 2025-05-17 15:07:18,606 root INFO writing entry points to dtschema.egg-info/entry_points.txt 2025-05-17 15:07:18,606 root INFO writing requirements to dtschema.egg-info/requires.txt 2025-05-17 15:07:18,607 root INFO writing top-level names to dtschema.egg-info/top_level.txt 2025-05-17 15:07:18,607 root INFO writing manifest file 'dtschema.egg-info/SOURCES.txt' ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 2025-05-17 15:07:18,633 root INFO reading manifest file 'dtschema.egg-info/SOURCES.txt' 2025-05-17 15:07:18,633 root INFO reading manifest template 'MANIFEST.in' 2025-05-17 15:07:18,637 root INFO adding license file 'LICENSE.txt' 2025-05-17 15:07:18,639 root INFO writing manifest file 'dtschema.egg-info/SOURCES.txt' 2025-05-17 15:07:18,645 root INFO creating build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,646 root INFO copying dtschema/meta-schemas/base.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,646 root INFO copying dtschema/meta-schemas/boolean.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,647 root INFO copying dtschema/meta-schemas/cell.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,647 root INFO copying dtschema/meta-schemas/clocks.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,647 root INFO copying dtschema/meta-schemas/core.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,648 root INFO copying dtschema/meta-schemas/dma.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,648 root INFO copying dtschema/meta-schemas/gpios.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,648 root INFO copying dtschema/meta-schemas/hwlock.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,649 root INFO copying dtschema/meta-schemas/iio.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,649 root INFO copying dtschema/meta-schemas/interrupts.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,649 root INFO copying dtschema/meta-schemas/iommu.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,650 root INFO copying dtschema/meta-schemas/items.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,650 root INFO copying dtschema/meta-schemas/keywords.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,651 root INFO copying dtschema/meta-schemas/mailbox.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,651 root INFO copying dtschema/meta-schemas/nodes.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,651 root INFO copying dtschema/meta-schemas/nvmem.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,652 root INFO copying dtschema/meta-schemas/phy.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,652 root INFO copying dtschema/meta-schemas/power-domain.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,652 root INFO copying dtschema/meta-schemas/pwm.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,653 root INFO copying dtschema/meta-schemas/reset.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,653 root INFO copying dtschema/meta-schemas/string-array.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,653 root INFO copying dtschema/meta-schemas/types.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,654 root INFO copying dtschema/meta-schemas/vendor-props.yaml -> build/lib/dtschema/meta-schemas 2025-05-17 15:07:18,654 root INFO creating build/lib/dtschema/schemas 2025-05-17 15:07:18,654 root INFO copying dtschema/schemas/aliases.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,655 root INFO copying dtschema/schemas/bootph.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,655 root INFO copying dtschema/schemas/cache-controller.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,655 root INFO copying dtschema/schemas/cache.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,656 root INFO copying dtschema/schemas/chosen.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,656 root INFO copying dtschema/schemas/cpu-map.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,657 root INFO copying dtschema/schemas/cpu.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,657 root INFO copying dtschema/schemas/cpus.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,657 root INFO copying dtschema/schemas/dt-core.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,658 root INFO copying dtschema/schemas/graph.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,658 root INFO copying dtschema/schemas/interconnects.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,658 root INFO copying dtschema/schemas/interrupt-controller.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,659 root INFO copying dtschema/schemas/interrupts.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,659 root INFO copying dtschema/schemas/memory.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,659 root INFO copying dtschema/schemas/msi-consumer.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,660 root INFO copying dtschema/schemas/numa-distance-map-v1.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,660 root INFO copying dtschema/schemas/options.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,660 root INFO copying dtschema/schemas/post-init-providers.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,661 root INFO copying dtschema/schemas/property-units.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,661 root INFO copying dtschema/schemas/reg.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,661 root INFO copying dtschema/schemas/root-node.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,662 root INFO copying dtschema/schemas/serial.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,662 root INFO copying dtschema/schemas/simple-bus.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,662 root INFO copying dtschema/schemas/types.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,663 root INFO copying dtschema/schemas/wakeup-source.yaml -> build/lib/dtschema/schemas 2025-05-17 15:07:18,663 root INFO creating build/lib/dtschema/schemas/access-controller 2025-05-17 15:07:18,663 root INFO copying dtschema/schemas/access-controller/access-controller-consumer.yaml -> build/lib/dtschema/schemas/access-controller 2025-05-17 15:07:18,663 root INFO creating build/lib/dtschema/schemas/power-domain 2025-05-17 15:07:18,664 root INFO copying dtschema/schemas/power-domain/power-domain-consumer.yaml -> build/lib/dtschema/schemas/power-domain 2025-05-17 15:07:18,664 root INFO creating build/lib/dtschema/schemas/reserved-memory 2025-05-17 15:07:18,664 root INFO copying dtschema/schemas/reserved-memory/framebuffer.yaml -> build/lib/dtschema/schemas/reserved-memory 2025-05-17 15:07:18,664 root INFO copying dtschema/schemas/reserved-memory/memory-region.yaml -> build/lib/dtschema/schemas/reserved-memory 2025-05-17 15:07:18,665 root INFO copying dtschema/schemas/reserved-memory/reserved-memory.yaml -> build/lib/dtschema/schemas/reserved-memory 2025-05-17 15:07:18,665 root INFO copying dtschema/schemas/reserved-memory/shared-dma-pool.yaml -> build/lib/dtschema/schemas/reserved-memory 2025-05-17 15:07:18,665 root INFO creating build/lib/dtschema/schemas/phy 2025-05-17 15:07:18,665 root INFO copying dtschema/schemas/phy/phy-consumer.yaml -> build/lib/dtschema/schemas/phy 2025-05-17 15:07:18,666 root INFO copying dtschema/schemas/phy/phy-provider.yaml -> build/lib/dtschema/schemas/phy 2025-05-17 15:07:18,666 root INFO creating build/lib/dtschema/schemas/pwm 2025-05-17 15:07:18,666 root INFO copying dtschema/schemas/pwm/pwm-consumer.yaml -> build/lib/dtschema/schemas/pwm 2025-05-17 15:07:18,667 root INFO creating build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,667 root INFO copying dtschema/schemas/pci/pci-bus-common.yaml -> build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,667 root INFO copying dtschema/schemas/pci/pci-bus.yaml -> build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,667 root INFO copying dtschema/schemas/pci/pci-device.yaml -> build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,668 root INFO copying dtschema/schemas/pci/pci-host-bridge.yaml -> build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,668 root INFO copying dtschema/schemas/pci/pci-iommu.yaml -> build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,668 root INFO copying dtschema/schemas/pci/pci-pci-bridge.yaml -> build/lib/dtschema/schemas/pci 2025-05-17 15:07:18,669 root INFO creating build/lib/dtschema/schemas/iio 2025-05-17 15:07:18,669 root INFO copying dtschema/schemas/iio/iio-consumer.yaml -> build/lib/dtschema/schemas/iio 2025-05-17 15:07:18,669 root INFO copying dtschema/schemas/iio/iio.yaml -> build/lib/dtschema/schemas/iio 2025-05-17 15:07:18,670 root INFO creating build/lib/dtschema/schemas/dma 2025-05-17 15:07:18,670 root INFO copying dtschema/schemas/dma/dma.yaml -> build/lib/dtschema/schemas/dma 2025-05-17 15:07:18,670 root INFO creating build/lib/dtschema/schemas/clock 2025-05-17 15:07:18,670 root INFO copying dtschema/schemas/clock/clock.yaml -> build/lib/dtschema/schemas/clock 2025-05-17 15:07:18,670 root INFO creating build/lib/dtschema/schemas/mbox 2025-05-17 15:07:18,671 root INFO copying dtschema/schemas/mbox/mbox-consumer.yaml -> build/lib/dtschema/schemas/mbox 2025-05-17 15:07:18,671 root INFO creating build/lib/dtschema/schemas/opp 2025-05-17 15:07:18,671 root INFO copying dtschema/schemas/opp/opp.yaml -> build/lib/dtschema/schemas/opp 2025-05-17 15:07:18,671 root INFO creating build/lib/dtschema/schemas/options 2025-05-17 15:07:18,672 root INFO copying dtschema/schemas/options/u-boot.yaml -> build/lib/dtschema/schemas/options 2025-05-17 15:07:18,672 root INFO creating build/lib/dtschema/schemas/reset 2025-05-17 15:07:18,672 root INFO copying dtschema/schemas/reset/reset.yaml -> build/lib/dtschema/schemas/reset 2025-05-17 15:07:18,673 root INFO creating build/lib/dtschema/schemas/trigger 2025-05-17 15:07:18,673 root INFO copying dtschema/schemas/trigger/trigger-source.yaml -> build/lib/dtschema/schemas/trigger 2025-05-17 15:07:18,673 root INFO creating build/lib/dtschema/schemas/thermal 2025-05-17 15:07:18,673 root INFO copying dtschema/schemas/thermal/thermal.yaml -> build/lib/dtschema/schemas/thermal 2025-05-17 15:07:18,674 root INFO creating build/lib/dtschema/schemas/iommu 2025-05-17 15:07:18,674 root INFO copying dtschema/schemas/iommu/iommu.yaml -> build/lib/dtschema/schemas/iommu 2025-05-17 15:07:18,674 root INFO creating build/lib/dtschema/schemas/hwlock 2025-05-17 15:07:18,674 root INFO copying dtschema/schemas/hwlock/hwlock-consumer.yaml -> build/lib/dtschema/schemas/hwlock 2025-05-17 15:07:18,675 root INFO creating build/lib/dtschema/schemas/bus 2025-05-17 15:07:18,675 root INFO copying dtschema/schemas/bus/qemu,platform.yaml -> build/lib/dtschema/schemas/bus 2025-05-17 15:07:18,675 root INFO creating build/lib/dtschema/schemas/gpio 2025-05-17 15:07:18,675 root INFO copying dtschema/schemas/gpio/gpio-consumer.yaml -> build/lib/dtschema/schemas/gpio 2025-05-17 15:07:18,676 root INFO copying dtschema/schemas/gpio/gpio-hog.yaml -> build/lib/dtschema/schemas/gpio 2025-05-17 15:07:18,676 root INFO copying dtschema/schemas/gpio/gpio-nexus-node.yaml -> build/lib/dtschema/schemas/gpio 2025-05-17 15:07:18,676 root INFO copying dtschema/schemas/gpio/gpio.yaml -> build/lib/dtschema/schemas/gpio 2025-05-17 15:07:18,677 root INFO creating build/lib/dtschema/schemas/isa 2025-05-17 15:07:18,677 root INFO copying dtschema/schemas/isa/isa-bridge.yaml -> build/lib/dtschema/schemas/isa 2025-05-17 15:07:18,677 root INFO copying dtschema/schemas/isa/isa-bus.yaml -> build/lib/dtschema/schemas/isa 2025-05-17 15:07:18,677 root INFO creating build/lib/dtschema/schemas/pinctrl 2025-05-17 15:07:18,678 root INFO copying dtschema/schemas/pinctrl/pinctrl-consumer.yaml -> build/lib/dtschema/schemas/pinctrl 2025-05-17 15:07:18,678 root INFO creating build/lib/dtschema/schemas/i2c 2025-05-17 15:07:18,678 root INFO copying dtschema/schemas/i2c/i2c-controller.yaml -> build/lib/dtschema/schemas/i2c 2025-05-17 15:07:18,689 root INFO installing to build/bdist.linux-i686/wheel 2025-05-17 15:07:18,689 root INFO running install 2025-05-17 15:07:18,702 root INFO running install_lib 2025-05-17 15:07:18,707 root INFO creating build/bdist.linux-i686/wheel 2025-05-17 15:07:18,708 root INFO creating build/bdist.linux-i686/wheel/dtschema 2025-05-17 15:07:18,708 root INFO copying build/lib/dtschema/schema.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,708 root INFO copying build/lib/dtschema/extract_props.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,708 root INFO copying build/lib/dtschema/check_compatible.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,709 root INFO copying build/lib/dtschema/validator.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,709 root INFO copying build/lib/dtschema/fixups.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,709 root INFO copying build/lib/dtschema/version.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,709 root INFO copying build/lib/dtschema/__init__.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,710 root INFO copying build/lib/dtschema/extract_compatibles.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,710 root INFO creating build/bdist.linux-i686/wheel/dtschema/meta-schemas 2025-05-17 15:07:18,710 root INFO copying build/lib/dtschema/meta-schemas/base.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,710 root INFO copying build/lib/dtschema/meta-schemas/core.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,711 root INFO copying build/lib/dtschema/meta-schemas/vendor-props.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,711 root INFO copying build/lib/dtschema/meta-schemas/iommu.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,711 root INFO copying build/lib/dtschema/meta-schemas/mailbox.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,711 root INFO copying build/lib/dtschema/meta-schemas/interrupts.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,712 root INFO copying build/lib/dtschema/meta-schemas/iio.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,712 root INFO copying build/lib/dtschema/meta-schemas/clocks.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,712 root INFO copying build/lib/dtschema/meta-schemas/hwlock.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,712 root INFO copying build/lib/dtschema/meta-schemas/dma.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,712 root INFO copying build/lib/dtschema/meta-schemas/nvmem.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,713 root INFO copying build/lib/dtschema/meta-schemas/items.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,713 root INFO copying build/lib/dtschema/meta-schemas/types.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,713 root INFO copying build/lib/dtschema/meta-schemas/boolean.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,713 root INFO copying build/lib/dtschema/meta-schemas/reset.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,714 root INFO copying build/lib/dtschema/meta-schemas/keywords.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,714 root INFO copying build/lib/dtschema/meta-schemas/power-domain.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,714 root INFO copying build/lib/dtschema/meta-schemas/cell.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,714 root INFO copying build/lib/dtschema/meta-schemas/phy.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,714 root INFO copying build/lib/dtschema/meta-schemas/pwm.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,715 root INFO copying build/lib/dtschema/meta-schemas/gpios.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,715 root INFO copying build/lib/dtschema/meta-schemas/nodes.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,715 root INFO copying build/lib/dtschema/meta-schemas/string-array.yaml -> build/bdist.linux-i686/wheel/./dtschema/meta-schemas 2025-05-17 15:07:18,715 root INFO copying build/lib/dtschema/mk_schema.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,716 root INFO copying build/lib/dtschema/cmp_schema.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,716 root INFO copying build/lib/dtschema/dtb.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,716 root INFO copying build/lib/dtschema/dtb_validate.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,716 root INFO copying build/lib/dtschema/lib.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,717 root INFO copying build/lib/dtschema/doc_validate.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,717 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas 2025-05-17 15:07:18,717 root INFO copying build/lib/dtschema/schemas/cache.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,717 root INFO copying build/lib/dtschema/schemas/bootph.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,718 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/phy 2025-05-17 15:07:18,718 root INFO copying build/lib/dtschema/schemas/phy/phy-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/phy 2025-05-17 15:07:18,718 root INFO copying build/lib/dtschema/schemas/phy/phy-provider.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/phy 2025-05-17 15:07:18,719 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/pwm 2025-05-17 15:07:18,719 root INFO copying build/lib/dtschema/schemas/pwm/pwm-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pwm 2025-05-17 15:07:18,719 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/pci 2025-05-17 15:07:18,719 root INFO copying build/lib/dtschema/schemas/pci/pci-iommu.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pci 2025-05-17 15:07:18,720 root INFO copying build/lib/dtschema/schemas/pci/pci-host-bridge.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pci 2025-05-17 15:07:18,720 root INFO copying build/lib/dtschema/schemas/pci/pci-bus-common.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pci 2025-05-17 15:07:18,720 root INFO copying build/lib/dtschema/schemas/pci/pci-device.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pci 2025-05-17 15:07:18,720 root INFO copying build/lib/dtschema/schemas/pci/pci-pci-bridge.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pci 2025-05-17 15:07:18,721 root INFO copying build/lib/dtschema/schemas/pci/pci-bus.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pci 2025-05-17 15:07:18,721 root INFO copying build/lib/dtschema/schemas/cpus.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,721 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/iio 2025-05-17 15:07:18,721 root INFO copying build/lib/dtschema/schemas/iio/iio.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/iio 2025-05-17 15:07:18,722 root INFO copying build/lib/dtschema/schemas/iio/iio-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/iio 2025-05-17 15:07:18,722 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/access-controller 2025-05-17 15:07:18,722 root INFO copying build/lib/dtschema/schemas/access-controller/access-controller-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/access-controller 2025-05-17 15:07:18,722 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/dma 2025-05-17 15:07:18,723 root INFO copying build/lib/dtschema/schemas/dma/dma.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/dma 2025-05-17 15:07:18,723 root INFO copying build/lib/dtschema/schemas/chosen.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,723 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/clock 2025-05-17 15:07:18,723 root INFO copying build/lib/dtschema/schemas/clock/clock.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/clock 2025-05-17 15:07:18,724 root INFO copying build/lib/dtschema/schemas/root-node.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,724 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/mbox 2025-05-17 15:07:18,724 root INFO copying build/lib/dtschema/schemas/mbox/mbox-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/mbox 2025-05-17 15:07:18,724 root INFO copying build/lib/dtschema/schemas/dt-core.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,725 root INFO copying build/lib/dtschema/schemas/cpu.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,725 root INFO copying build/lib/dtschema/schemas/interrupts.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,725 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/opp 2025-05-17 15:07:18,726 root INFO copying build/lib/dtschema/schemas/opp/opp.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/opp 2025-05-17 15:07:18,726 root INFO copying build/lib/dtschema/schemas/graph.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,726 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/options 2025-05-17 15:07:18,726 root INFO copying build/lib/dtschema/schemas/options/u-boot.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/options 2025-05-17 15:07:18,727 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/reset 2025-05-17 15:07:18,727 root INFO copying build/lib/dtschema/schemas/reset/reset.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/reset 2025-05-17 15:07:18,727 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/power-domain 2025-05-17 15:07:18,727 root INFO copying build/lib/dtschema/schemas/power-domain/power-domain-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/power-domain 2025-05-17 15:07:18,728 root INFO copying build/lib/dtschema/schemas/memory.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,728 root INFO copying build/lib/dtschema/schemas/numa-distance-map-v1.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,728 root INFO copying build/lib/dtschema/schemas/simple-bus.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,728 root INFO copying build/lib/dtschema/schemas/interrupt-controller.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,729 root INFO copying build/lib/dtschema/schemas/wakeup-source.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,729 root INFO copying build/lib/dtschema/schemas/types.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,729 root INFO copying build/lib/dtschema/schemas/msi-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,729 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/trigger 2025-05-17 15:07:18,730 root INFO copying build/lib/dtschema/schemas/trigger/trigger-source.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/trigger 2025-05-17 15:07:18,730 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/reserved-memory 2025-05-17 15:07:18,730 root INFO copying build/lib/dtschema/schemas/reserved-memory/framebuffer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/reserved-memory 2025-05-17 15:07:18,730 root INFO copying build/lib/dtschema/schemas/reserved-memory/shared-dma-pool.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/reserved-memory 2025-05-17 15:07:18,731 root INFO copying build/lib/dtschema/schemas/reserved-memory/memory-region.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/reserved-memory 2025-05-17 15:07:18,731 root INFO copying build/lib/dtschema/schemas/reserved-memory/reserved-memory.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/reserved-memory 2025-05-17 15:07:18,731 root INFO copying build/lib/dtschema/schemas/options.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,731 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/thermal 2025-05-17 15:07:18,732 root INFO copying build/lib/dtschema/schemas/thermal/thermal.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/thermal 2025-05-17 15:07:18,732 root INFO copying build/lib/dtschema/schemas/interconnects.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,732 root INFO copying build/lib/dtschema/schemas/aliases.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,732 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/iommu 2025-05-17 15:07:18,733 root INFO copying build/lib/dtschema/schemas/iommu/iommu.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/iommu 2025-05-17 15:07:18,733 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/hwlock 2025-05-17 15:07:18,733 root INFO copying build/lib/dtschema/schemas/hwlock/hwlock-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/hwlock 2025-05-17 15:07:18,733 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/bus 2025-05-17 15:07:18,734 root INFO copying build/lib/dtschema/schemas/bus/qemu,platform.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/bus 2025-05-17 15:07:18,734 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/gpio 2025-05-17 15:07:18,734 root INFO copying build/lib/dtschema/schemas/gpio/gpio-nexus-node.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/gpio 2025-05-17 15:07:18,734 root INFO copying build/lib/dtschema/schemas/gpio/gpio.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/gpio 2025-05-17 15:07:18,735 root INFO copying build/lib/dtschema/schemas/gpio/gpio-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/gpio 2025-05-17 15:07:18,735 root INFO copying build/lib/dtschema/schemas/gpio/gpio-hog.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/gpio 2025-05-17 15:07:18,735 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/isa 2025-05-17 15:07:18,735 root INFO copying build/lib/dtschema/schemas/isa/isa-bridge.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/isa 2025-05-17 15:07:18,736 root INFO copying build/lib/dtschema/schemas/isa/isa-bus.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/isa 2025-05-17 15:07:18,736 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/pinctrl 2025-05-17 15:07:18,736 root INFO copying build/lib/dtschema/schemas/pinctrl/pinctrl-consumer.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/pinctrl 2025-05-17 15:07:18,736 root INFO copying build/lib/dtschema/schemas/post-init-providers.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,737 root INFO copying build/lib/dtschema/schemas/property-units.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,737 root INFO creating build/bdist.linux-i686/wheel/dtschema/schemas/i2c 2025-05-17 15:07:18,737 root INFO copying build/lib/dtschema/schemas/i2c/i2c-controller.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas/i2c 2025-05-17 15:07:18,737 root INFO copying build/lib/dtschema/schemas/cpu-map.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,738 root INFO copying build/lib/dtschema/schemas/reg.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,738 root INFO copying build/lib/dtschema/schemas/serial.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,738 root INFO copying build/lib/dtschema/schemas/cache-controller.yaml -> build/bdist.linux-i686/wheel/./dtschema/schemas 2025-05-17 15:07:18,738 root INFO copying build/lib/dtschema/extract_example.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,739 root INFO copying build/lib/dtschema/dtb2py.py -> build/bdist.linux-i686/wheel/./dtschema 2025-05-17 15:07:18,739 root INFO running install_egg_info 2025-05-17 15:07:18,744 root INFO Copying dtschema.egg-info to build/bdist.linux-i686/wheel/./dtschema-2025.2-py3.12.egg-info 2025-05-17 15:07:18,745 root INFO running install_scripts 2025-05-17 15:07:18,747 root INFO creating build/bdist.linux-i686/wheel/dtschema-2025.2.dist-info/WHEEL 2025-05-17 15:07:18,747 wheel INFO creating '/home/buildozer/aports/community/py3-dt-schema/src/dt-schema-2025.02/.dist/.tmp-ba907fxa/dtschema-2025.2-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2025-05-17 15:07:18,748 wheel INFO adding 'dtschema/__init__.py' 2025-05-17 15:07:18,748 wheel INFO adding 'dtschema/check_compatible.py' 2025-05-17 15:07:18,748 wheel INFO adding 'dtschema/cmp_schema.py' 2025-05-17 15:07:18,748 wheel INFO adding 'dtschema/doc_validate.py' 2025-05-17 15:07:18,749 wheel INFO adding 'dtschema/dtb.py' 2025-05-17 15:07:18,749 wheel INFO adding 'dtschema/dtb2py.py' 2025-05-17 15:07:18,749 wheel INFO adding 'dtschema/dtb_validate.py' 2025-05-17 15:07:18,750 wheel INFO adding 'dtschema/extract_compatibles.py' 2025-05-17 15:07:18,750 wheel INFO adding 'dtschema/extract_example.py' 2025-05-17 15:07:18,750 wheel INFO adding 'dtschema/extract_props.py' 2025-05-17 15:07:18,750 wheel INFO adding 'dtschema/fixups.py' 2025-05-17 15:07:18,751 wheel INFO adding 'dtschema/lib.py' 2025-05-17 15:07:18,751 wheel INFO adding 'dtschema/mk_schema.py' 2025-05-17 15:07:18,751 wheel INFO adding 'dtschema/schema.py' 2025-05-17 15:07:18,752 wheel INFO adding 'dtschema/validator.py' 2025-05-17 15:07:18,752 wheel INFO adding 'dtschema/version.py' 2025-05-17 15:07:18,752 wheel INFO adding 'dtschema/meta-schemas/base.yaml' 2025-05-17 15:07:18,753 wheel INFO adding 'dtschema/meta-schemas/boolean.yaml' 2025-05-17 15:07:18,753 wheel INFO adding 'dtschema/meta-schemas/cell.yaml' 2025-05-17 15:07:18,753 wheel INFO adding 'dtschema/meta-schemas/clocks.yaml' 2025-05-17 15:07:18,753 wheel INFO adding 'dtschema/meta-schemas/core.yaml' 2025-05-17 15:07:18,754 wheel INFO adding 'dtschema/meta-schemas/dma.yaml' 2025-05-17 15:07:18,754 wheel INFO adding 'dtschema/meta-schemas/gpios.yaml' 2025-05-17 15:07:18,754 wheel INFO adding 'dtschema/meta-schemas/hwlock.yaml' 2025-05-17 15:07:18,754 wheel INFO adding 'dtschema/meta-schemas/iio.yaml' 2025-05-17 15:07:18,755 wheel INFO adding 'dtschema/meta-schemas/interrupts.yaml' 2025-05-17 15:07:18,755 wheel INFO adding 'dtschema/meta-schemas/iommu.yaml' 2025-05-17 15:07:18,755 wheel INFO adding 'dtschema/meta-schemas/items.yaml' 2025-05-17 15:07:18,755 wheel INFO adding 'dtschema/meta-schemas/keywords.yaml' 2025-05-17 15:07:18,756 wheel INFO adding 'dtschema/meta-schemas/mailbox.yaml' 2025-05-17 15:07:18,756 wheel INFO adding 'dtschema/meta-schemas/nodes.yaml' 2025-05-17 15:07:18,756 wheel INFO adding 'dtschema/meta-schemas/nvmem.yaml' 2025-05-17 15:07:18,756 wheel INFO adding 'dtschema/meta-schemas/phy.yaml' 2025-05-17 15:07:18,757 wheel INFO adding 'dtschema/meta-schemas/power-domain.yaml' 2025-05-17 15:07:18,757 wheel INFO adding 'dtschema/meta-schemas/pwm.yaml' 2025-05-17 15:07:18,757 wheel INFO adding 'dtschema/meta-schemas/reset.yaml' 2025-05-17 15:07:18,757 wheel INFO adding 'dtschema/meta-schemas/string-array.yaml' 2025-05-17 15:07:18,758 wheel INFO adding 'dtschema/meta-schemas/types.yaml' 2025-05-17 15:07:18,758 wheel INFO adding 'dtschema/meta-schemas/vendor-props.yaml' 2025-05-17 15:07:18,758 wheel INFO adding 'dtschema/schemas/aliases.yaml' 2025-05-17 15:07:18,759 wheel INFO adding 'dtschema/schemas/bootph.yaml' 2025-05-17 15:07:18,759 wheel INFO adding 'dtschema/schemas/cache-controller.yaml' 2025-05-17 15:07:18,759 wheel INFO adding 'dtschema/schemas/cache.yaml' 2025-05-17 15:07:18,759 wheel INFO adding 'dtschema/schemas/chosen.yaml' 2025-05-17 15:07:18,760 wheel INFO adding 'dtschema/schemas/cpu-map.yaml' 2025-05-17 15:07:18,760 wheel INFO adding 'dtschema/schemas/cpu.yaml' 2025-05-17 15:07:18,760 wheel INFO adding 'dtschema/schemas/cpus.yaml' 2025-05-17 15:07:18,760 wheel INFO adding 'dtschema/schemas/dt-core.yaml' 2025-05-17 15:07:18,761 wheel INFO adding 'dtschema/schemas/graph.yaml' 2025-05-17 15:07:18,761 wheel INFO adding 'dtschema/schemas/interconnects.yaml' 2025-05-17 15:07:18,761 wheel INFO adding 'dtschema/schemas/interrupt-controller.yaml' 2025-05-17 15:07:18,761 wheel INFO adding 'dtschema/schemas/interrupts.yaml' 2025-05-17 15:07:18,762 wheel INFO adding 'dtschema/schemas/memory.yaml' 2025-05-17 15:07:18,762 wheel INFO adding 'dtschema/schemas/msi-consumer.yaml' 2025-05-17 15:07:18,762 wheel INFO adding 'dtschema/schemas/numa-distance-map-v1.yaml' 2025-05-17 15:07:18,763 wheel INFO adding 'dtschema/schemas/options.yaml' 2025-05-17 15:07:18,763 wheel INFO adding 'dtschema/schemas/post-init-providers.yaml' 2025-05-17 15:07:18,763 wheel INFO adding 'dtschema/schemas/property-units.yaml' 2025-05-17 15:07:18,763 wheel INFO adding 'dtschema/schemas/reg.yaml' 2025-05-17 15:07:18,764 wheel INFO adding 'dtschema/schemas/root-node.yaml' 2025-05-17 15:07:18,764 wheel INFO adding 'dtschema/schemas/serial.yaml' 2025-05-17 15:07:18,764 wheel INFO adding 'dtschema/schemas/simple-bus.yaml' 2025-05-17 15:07:18,764 wheel INFO adding 'dtschema/schemas/types.yaml' 2025-05-17 15:07:18,765 wheel INFO adding 'dtschema/schemas/wakeup-source.yaml' 2025-05-17 15:07:18,765 wheel INFO adding 'dtschema/schemas/access-controller/access-controller-consumer.yaml' 2025-05-17 15:07:18,765 wheel INFO adding 'dtschema/schemas/bus/qemu,platform.yaml' 2025-05-17 15:07:18,766 wheel INFO adding 'dtschema/schemas/clock/clock.yaml' 2025-05-17 15:07:18,766 wheel INFO adding 'dtschema/schemas/dma/dma.yaml' 2025-05-17 15:07:18,766 wheel INFO adding 'dtschema/schemas/gpio/gpio-consumer.yaml' 2025-05-17 15:07:18,766 wheel INFO adding 'dtschema/schemas/gpio/gpio-hog.yaml' 2025-05-17 15:07:18,767 wheel INFO adding 'dtschema/schemas/gpio/gpio-nexus-node.yaml' 2025-05-17 15:07:18,767 wheel INFO adding 'dtschema/schemas/gpio/gpio.yaml' 2025-05-17 15:07:18,767 wheel INFO adding 'dtschema/schemas/hwlock/hwlock-consumer.yaml' 2025-05-17 15:07:18,768 wheel INFO adding 'dtschema/schemas/i2c/i2c-controller.yaml' 2025-05-17 15:07:18,768 wheel INFO adding 'dtschema/schemas/iio/iio-consumer.yaml' 2025-05-17 15:07:18,768 wheel INFO adding 'dtschema/schemas/iio/iio.yaml' 2025-05-17 15:07:18,769 wheel INFO adding 'dtschema/schemas/iommu/iommu.yaml' 2025-05-17 15:07:18,769 wheel INFO adding 'dtschema/schemas/isa/isa-bridge.yaml' 2025-05-17 15:07:18,769 wheel INFO adding 'dtschema/schemas/isa/isa-bus.yaml' 2025-05-17 15:07:18,769 wheel INFO adding 'dtschema/schemas/mbox/mbox-consumer.yaml' 2025-05-17 15:07:18,770 wheel INFO adding 'dtschema/schemas/opp/opp.yaml' 2025-05-17 15:07:18,770 wheel INFO adding 'dtschema/schemas/options/u-boot.yaml' 2025-05-17 15:07:18,770 wheel INFO adding 'dtschema/schemas/pci/pci-bus-common.yaml' 2025-05-17 15:07:18,771 wheel INFO adding 'dtschema/schemas/pci/pci-bus.yaml' 2025-05-17 15:07:18,771 wheel INFO adding 'dtschema/schemas/pci/pci-device.yaml' 2025-05-17 15:07:18,771 wheel INFO adding 'dtschema/schemas/pci/pci-host-bridge.yaml' 2025-05-17 15:07:18,771 wheel INFO adding 'dtschema/schemas/pci/pci-iommu.yaml' 2025-05-17 15:07:18,772 wheel INFO adding 'dtschema/schemas/pci/pci-pci-bridge.yaml' 2025-05-17 15:07:18,772 wheel INFO adding 'dtschema/schemas/phy/phy-consumer.yaml' 2025-05-17 15:07:18,772 wheel INFO adding 'dtschema/schemas/phy/phy-provider.yaml' 2025-05-17 15:07:18,772 wheel INFO adding 'dtschema/schemas/pinctrl/pinctrl-consumer.yaml' 2025-05-17 15:07:18,773 wheel INFO adding 'dtschema/schemas/power-domain/power-domain-consumer.yaml' 2025-05-17 15:07:18,773 wheel INFO adding 'dtschema/schemas/pwm/pwm-consumer.yaml' 2025-05-17 15:07:18,773 wheel INFO adding 'dtschema/schemas/reserved-memory/framebuffer.yaml' 2025-05-17 15:07:18,774 wheel INFO adding 'dtschema/schemas/reserved-memory/memory-region.yaml' 2025-05-17 15:07:18,774 wheel INFO adding 'dtschema/schemas/reserved-memory/reserved-memory.yaml' 2025-05-17 15:07:18,774 wheel INFO adding 'dtschema/schemas/reserved-memory/shared-dma-pool.yaml' 2025-05-17 15:07:18,774 wheel INFO adding 'dtschema/schemas/reset/reset.yaml' 2025-05-17 15:07:18,775 wheel INFO adding 'dtschema/schemas/thermal/thermal.yaml' 2025-05-17 15:07:18,775 wheel INFO adding 'dtschema/schemas/trigger/trigger-source.yaml' 2025-05-17 15:07:18,775 wheel INFO adding 'dtschema-2025.2.dist-info/licenses/LICENSE.txt' 2025-05-17 15:07:18,776 wheel INFO adding 'dtschema-2025.2.dist-info/METADATA' 2025-05-17 15:07:18,776 wheel INFO adding 'dtschema-2025.2.dist-info/WHEEL' 2025-05-17 15:07:18,776 wheel INFO adding 'dtschema-2025.2.dist-info/entry_points.txt' 2025-05-17 15:07:18,776 wheel INFO adding 'dtschema-2025.2.dist-info/top_level.txt' 2025-05-17 15:07:18,777 wheel INFO adding 'dtschema-2025.2.dist-info/RECORD' 2025-05-17 15:07:18,778 root INFO removing build/bdist.linux-i686/wheel 2025-05-17 15:07:18,782 gpep517 INFO The backend produced .dist/dtschema-2025.2-py3-none-any.whl dtschema-2025.2-py3-none-any.whl ......../home/buildozer/aports/community/py3-dt-schema/src/dt-schema-2025.02/test/schemas/bad-example.yaml: ignoring, error in schema: title /home/buildozer/aports/community/py3-dt-schema/src/dt-schema-2025.02/test/schemas/child-node-example.yaml: foo: missing type definition interrupts: size (7) error for type uint32-matrix vendor,bool-prop: size (5) error for type flag vendor,required-property: size (9) error for type uint32 . ---------------------------------------------------------------------- Ran 9 tests in 3.830s OK >>> py3-dt-schema: Entering fakeroot... >>> py3-dt-schema-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/dtschema/__pycache__' -> '/home/buildozer/aports/community/py3-dt-schema/pkg/py3-dt-schema-pyc/usr/lib/python3.12/site-packages/dtschema/__pycache__' >>> py3-dt-schema-pyc*: Preparing subpackage py3-dt-schema-pyc... >>> py3-dt-schema-pyc*: Running postcheck for py3-dt-schema-pyc >>> py3-dt-schema*: Running postcheck for py3-dt-schema >>> py3-dt-schema*: Preparing package py3-dt-schema... >>> py3-dt-schema-pyc*: Tracing dependencies... python3 py3-ruamel.yaml py3-jsonschema417 py3-rfc3987 py3-libfdt python3~3.12 >>> py3-dt-schema-pyc*: Package size: 106.3 KB >>> py3-dt-schema-pyc*: Compressing data... >>> py3-dt-schema-pyc*: Create checksum... >>> py3-dt-schema-pyc*: Create py3-dt-schema-pyc-2025.02-r0.apk >>> py3-dt-schema*: Tracing dependencies... python3 py3-ruamel.yaml py3-jsonschema417 py3-rfc3987 py3-libfdt python3~3.12 >>> py3-dt-schema*: Package size: 270.2 KB >>> py3-dt-schema*: Compressing data... >>> py3-dt-schema*: Create checksum... >>> py3-dt-schema*: Create py3-dt-schema-2025.02-r0.apk >>> py3-dt-schema: Build complete at Sat, 17 May 2025 15:07:23 +0000 elapsed time 0h 0m 8s >>> py3-dt-schema: Cleaning up srcdir >>> py3-dt-schema: Cleaning up pkgdir >>> py3-dt-schema: Uninstalling dependencies... (1/41) Purging .makedepends-py3-dt-schema (20250517.150716) (2/41) Purging py3-ruamel.yaml-pyc (0.17.28-r1) (3/41) Purging py3-ruamel.yaml (0.17.28-r1) (4/41) Purging py3-ruamel.yaml.clib (0.2.8-r2) (5/41) Purging py3-jsonschema417-pyc (4.17.3-r1) (6/41) Purging py3-jsonschema417 (4.17.3-r1) (7/41) Purging py3-pyrsistent-pyc (0.20.0-r1) (8/41) Purging py3-pyrsistent (0.20.0-r1) (9/41) Purging py3-attrs-pyc (25.3.0-r0) (10/41) Purging py3-attrs (25.3.0-r0) (11/41) Purging py3-rfc3987-pyc (1.3.8-r6) (12/41) Purging py3-rfc3987 (1.3.8-r6) (13/41) Purging py3-libfdt-pyc (1.7.2-r0) (14/41) Purging py3-libfdt (1.7.2-r0) (15/41) Purging py3-setuptools_scm-pyc (8.2.0-r0) (16/41) Purging py3-setuptools_scm (8.2.0-r0) (17/41) Purging py3-setuptools-pyc (80.5.0-r0) (18/41) Purging py3-setuptools (80.5.0-r0) (19/41) Purging py3-wheel-pyc (0.46.1-r0) (20/41) Purging py3-wheel (0.46.1-r0) (21/41) Purging py3-packaging-pyc (25.0-r0) (22/41) Purging py3-packaging (25.0-r0) (23/41) Purging py3-parsing-pyc (3.2.3-r0) (24/41) Purging py3-parsing (3.2.3-r0) (25/41) Purging py3-gpep517-pyc (19-r0) (26/41) Purging py3-gpep517 (19-r0) (27/41) Purging py3-installer-pyc (0.7.0-r2) (28/41) Purging py3-installer (0.7.0-r2) (29/41) Purging python3-pyc (3.12.10-r0) (30/41) Purging python3-pycache-pyc0 (3.12.10-r0) (31/41) Purging pyc (3.12.10-r0) (32/41) Purging python3 (3.12.10-r0) (33/41) Purging dtc (1.7.2-r0) (34/41) Purging gdbm (1.24-r0) (35/41) Purging libbz2 (1.0.8-r6) (36/41) Purging libfdt (1.7.2-r0) (37/41) Purging libffi (3.4.8-r0) (38/41) Purging libpanelw (6.5_p20250503-r0) (39/41) Purging mpdecimal (4.0.1-r0) (40/41) Purging sqlite-libs (3.49.2-r0) (41/41) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r17.trigger OK: 400 MiB in 104 packages >>> py3-dt-schema: Updating the community/x86 repository index... >>> py3-dt-schema: Signing the index...