Package: src:inkcut Version: 2.1.7+dfsg-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202512/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:inkcut, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with python3 --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild I: pybuild base:384: python3.14 setup.py clean running clean removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_inkcut/build' (and everything under it) 'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-3.14' does not exist -- can't clean it I: pybuild base:384: python3.13 setup.py clean running clean removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build' (and everything under it) 'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-3.13' does not exist -- can't clean it dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild [... snipped ...] On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'inkcut.res.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'inkcut.res.icons' 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 'inkcut.res.icons' 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 'inkcut.res.icons' to be distributed and are already explicitly excluding 'inkcut.res.icons' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'inkcut.res.media' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'inkcut.res.media' 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 'inkcut.res.media' 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 'inkcut.res.media' to be distributed and are already explicitly excluding 'inkcut.res.media' 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) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'inkcut.res.translations' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'inkcut.res.translations' 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 'inkcut.res.translations' 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 'inkcut.res.translations' to be distributed and are already explicitly excluding 'inkcut.res.translations' 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) creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res copying inkcut/res/inkcut.desktop -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res copying inkcut/res/inkcut_open.desktop -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons copying inkcut/res/icons/logo.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons copying inkcut/res/icons/shape_copy.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons copying inkcut/res/icons/shape_square_down.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons copying inkcut/res/icons/shape_square_height.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons copying inkcut/res/icons/shape_square_width.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/background.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/copy-col-spacing.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/copy-row-spacing.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/inkcut.svg -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/inkcut_splash.svg -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/material-length.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/material-splash.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/material-width.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/media-playback-pause.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/media-playback-start.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/panel-margin.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/path-length.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/path-scale.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/path-width.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/position-x.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/position-y.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/tile-col-overlap.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/tile-row-overlap.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media copying inkcut/res/media/tile-row.png -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations copying inkcut/res/translations/de_DE.qm -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations copying inkcut/res/translations/de_DE.ts -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations copying inkcut/res/translations/fr_FR.qm -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations copying inkcut/res/translations/fr_FR.ts -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations copying inkcut/device/dialogs.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device copying inkcut/device/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device copying inkcut/device/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device copying inkcut/joystick/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/joystick copying inkcut/joystick/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/joystick copying inkcut/monitor/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/monitor copying inkcut/monitor/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/monitor copying inkcut/cli/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/cli copying inkcut/core/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/core copying inkcut/job/dialogs.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job copying inkcut/job/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job copying inkcut/job/menu.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job copying inkcut/job/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job copying inkcut/job/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job copying inkcut/ui/dock.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/ui copying inkcut/ui/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/ui copying inkcut/ui/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/ui copying inkcut/preview/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/preview copying inkcut/preview/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/preview copying inkcut/preview/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/preview copying inkcut/console/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/console copying inkcut/console/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/console copying inkcut/device/drivers/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/drivers copying inkcut/device/protocols/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/protocols copying inkcut/device/protocols/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/protocols copying inkcut/device/contour/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/contour copying inkcut/device/contour/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/contour copying inkcut/device/filters/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/filters copying inkcut/device/filters/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/filters copying inkcut/device/pi/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/pi copying inkcut/device/pi/view.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/pi copying inkcut/device/transports/printer/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/printer copying inkcut/device/transports/printer/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/printer copying inkcut/device/transports/qtserialport/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/qtserialport copying inkcut/device/transports/qtserialport/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/qtserialport copying inkcut/device/transports/parallelport/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/parallelport copying inkcut/device/transports/parallelport/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/parallelport copying inkcut/device/transports/raw/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/raw copying inkcut/device/transports/raw/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/raw copying inkcut/device/transports/disk/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/disk copying inkcut/device/transports/disk/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/disk copying inkcut/device/transports/serialport/manifest.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/serialport copying inkcut/device/transports/serialport/settings.enaml -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/serialport I: pybuild pybuild:414: /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/inkcut/res/translations/*.ts Updating '/<<PKGBUILDDIR>>/inkcut/res/translations/de_DE.qm'... Generated 170 translation(s) (170 finished and 0 unfinished) Updating '/<<PKGBUILDDIR>>/inkcut/res/translations/fr_FR.qm'... Generated 168 translation(s) (168 finished and 0 unfinished) Ignored 1 untranslated source text(s) debian/rules execute_after_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' pod2man -c "User Commands" --release "Inkcut 2.1.7+dfsg" --section 1 debian/inkcut.pod > debian/inkcut.1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test -O--buildsystem=pybuild I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_inkcut/build; python3.14 -m pytest -k 'not test_app' INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line 314, in wrap_session INTERNALERROR> config._do_configure() INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1159, in _do_configure INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 534, in call_historic INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(), kwargs, False) INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/usr/lib/python3/dist-packages/pytestqt/plugin.py", line 243, in pytest_configure INTERNALERROR> qt_api.set_qt_api(config.getini("qt_api")) INTERNALERROR> ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", line 110, in set_qt_api INTERNALERROR> self.QtTest = _import_module("QtTest") INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", line 106, in _import_module INTERNALERROR> return getattr(m, module_name) INTERNALERROR> File "/usr/lib/python3/dist-packages/PySide6/__init__.py", line 127, in __getattr__ INTERNALERROR> raise AttributeError(f"module '{__name__}' has no attribute '{name}' :)") INTERNALERROR> AttributeError: module 'PySide6' has no attribute 'QtTest' :) E: pybuild pybuild:483: test: plugin distutils failed with: exit code=3: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_inkcut/build; python3.14 -m pytest -k 'not test_app' I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build; python3.13 -m pytest -k 'not test_app' INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line 314, in wrap_session INTERNALERROR> config._do_configure() INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1159, in _do_configure INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 534, in call_historic INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(), kwargs, False) INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/usr/lib/python3/dist-packages/pytestqt/plugin.py", line 243, in pytest_configure INTERNALERROR> qt_api.set_qt_api(config.getini("qt_api")) INTERNALERROR> ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", line 110, in set_qt_api INTERNALERROR> self.QtTest = _import_module("QtTest") INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^ INTERNALERROR> File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", line 106, in _import_module INTERNALERROR> return getattr(m, module_name) INTERNALERROR> File "/usr/lib/python3/dist-packages/PySide6/__init__.py", line 127, in __getattr__ INTERNALERROR> raise AttributeError(f"module '{__name__}' has no attribute '{name}' :)") INTERNALERROR> AttributeError: module 'PySide6' has no attribute 'QtTest' :) E: pybuild pybuild:483: test: plugin distutils failed with: exit code=3: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build; python3.13 -m pytest -k 'not test_app' dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:20: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

