Your message dated Wed, 20 May 2026 21:49:57 +0000
with message-id <[email protected]>
and subject line Bug#1135445: fixed in pgzero 1.2.post6+really1.2.1+dfsg-3
has caused the Debian Bug report #1135445,
regarding pgzero: FTBFS: E   pygame.error: No available video device
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1135445: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135445
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pgzero
Version: 1.2.post6+really1.2.1+dfsg-2
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/202605/

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:pgzero, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pgzero  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-tag' in 
'bdist_wheel' (setup.cfg), please use the underscore name 'python_tag' instead.
!!

        
********************************************************************************
        Usage of dash-separated 'python-tag' will not be supported in future
        versions. Please use the underscore name 'python_tag' instead.
        (Affected: pgzero).

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib
copying pgzrun.py -> build/lib
creating build/lib/pgzero
copying pgzero/__init__.py -> build/lib/pgzero
copying pgzero/keyboard.py -> build/lib/pgzero
copying pgzero/constants.py -> build/lib/pgzero
copying pgzero/tone.py -> build/lib/pgzero
copying pgzero/runner.py -> build/lib/pgzero
copying pgzero/animation.py -> build/lib/pgzero
copying pgzero/spellcheck.py -> build/lib/pgzero
copying pgzero/soundfmt.py -> build/lib/pgzero
copying pgzero/loaders.py -> build/lib/pgzero
copying pgzero/screen.py -> build/lib/pgzero
copying pgzero/clock.py -> build/lib/pgzero
copying pgzero/rect.py -> build/lib/pgzero
copying pgzero/music.py -> build/lib/pgzero
copying pgzero/builtins.py -> build/lib/pgzero
copying pgzero/ptext.py -> build/lib/pgzero
copying pgzero/__main__.py -> build/lib/pgzero
copying pgzero/actor.py -> build/lib/pgzero
copying pgzero/game.py -> build/lib/pgzero
running egg_info
creating pgzero.egg-info
writing pgzero.egg-info/PKG-INFO
writing dependency_links to pgzero.egg-info/dependency_links.txt
writing entry points to pgzero.egg-info/entry_points.txt
writing requirements to pgzero.egg-info/requires.txt
writing top-level names to pgzero.egg-info/top_level.txt
writing manifest file 'pgzero.egg-info/SOURCES.txt'
reading manifest file 'pgzero.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.txt'
warning: no files found matching '*.wav' under directory 'doc'
no previously-included directories found matching 'doc/_build'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'pgzero.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: 
Package 'pgzero.data' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pgzero.data' 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 'pgzero.data' 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 'pgzero.data' to be distributed and are
        already explicitly excluding 'pgzero.data' 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 build/lib/pgzero/data
copying pgzero/data/icon.png -> build/lib/pgzero/data
copying pgzero/data/joypad.png -> build/lib/pgzero/data
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
copying build/lib/pgzrun.py -> build/bdist.linux-x86_64/wheel/.
creating build/bdist.linux-x86_64/wheel/pgzero
creating build/bdist.linux-x86_64/wheel/pgzero/data
copying build/lib/pgzero/data/icon.png -> 
build/bdist.linux-x86_64/wheel/./pgzero/data
copying build/lib/pgzero/data/joypad.png -> 
build/bdist.linux-x86_64/wheel/./pgzero/data
copying build/lib/pgzero/__init__.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/keyboard.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/constants.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/tone.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/runner.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/animation.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/spellcheck.py -> 
build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/soundfmt.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/loaders.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/screen.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/clock.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/rect.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/music.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/builtins.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/ptext.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/__main__.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/actor.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/game.py -> build/bdist.linux-x86_64/wheel/./pgzero
running install_egg_info
Copying pgzero.egg-info to 
build/bdist.linux-x86_64/wheel/./pgzero-1.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pgzero-1.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pgzero/.tmp-wlhhan4u/pgzero-1.2.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pgzrun.py'
adding 'pgzero/__init__.py'
adding 'pgzero/__main__.py'
adding 'pgzero/actor.py'
adding 'pgzero/animation.py'
adding 'pgzero/builtins.py'
adding 'pgzero/clock.py'
adding 'pgzero/constants.py'
adding 'pgzero/game.py'
adding 'pgzero/keyboard.py'
adding 'pgzero/loaders.py'
adding 'pgzero/music.py'
adding 'pgzero/ptext.py'
adding 'pgzero/rect.py'
adding 'pgzero/runner.py'
adding 'pgzero/screen.py'
adding 'pgzero/soundfmt.py'
adding 'pgzero/spellcheck.py'
adding 'pgzero/tone.py'
adding 'pgzero/data/icon.png'
adding 'pgzero/data/joypad.png'
adding 'pgzero-1.2.1.dist-info/licenses/AUTHORS'
adding 'pgzero-1.2.1.dist-info/licenses/COPYING'
adding 'pgzero-1.2.1.dist-info/METADATA'
adding 'pgzero-1.2.1.dist-info/WHEEL'
adding 'pgzero-1.2.1.dist-info/entry_points.txt'
adding 'pgzero-1.2.1.dist-info/top_level.txt'
adding 'pgzero-1.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pgzero-1.2.1-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build" 
module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pgzero  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-tag' in 
'bdist_wheel' (setup.cfg), please use the underscore name 'python_tag' instead.
!!

        
********************************************************************************
        Usage of dash-separated 'python-tag' will not be supported in future
        versions. Please use the underscore name 'python_tag' instead.
        (Affected: pgzero).

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
running egg_info
writing pgzero.egg-info/PKG-INFO
writing dependency_links to pgzero.egg-info/dependency_links.txt
writing entry points to pgzero.egg-info/entry_points.txt
writing requirements to pgzero.egg-info/requires.txt
writing top-level names to pgzero.egg-info/top_level.txt
reading manifest file 'pgzero.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.txt'
warning: no files found matching '*.wav' under directory 'doc'
no previously-included directories found matching 'doc/_build'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'pgzero.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: 
Package 'pgzero.data' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'pgzero.data' 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 'pgzero.data' 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 'pgzero.data' to be distributed and are
        already explicitly excluding 'pgzero.data' 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)
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
copying build/lib/pgzrun.py -> build/bdist.linux-x86_64/wheel/.
creating build/bdist.linux-x86_64/wheel/pgzero
creating build/bdist.linux-x86_64/wheel/pgzero/data
copying build/lib/pgzero/data/icon.png -> 
build/bdist.linux-x86_64/wheel/./pgzero/data
copying build/lib/pgzero/data/joypad.png -> 
build/bdist.linux-x86_64/wheel/./pgzero/data
copying build/lib/pgzero/__init__.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/keyboard.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/constants.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/tone.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/runner.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/animation.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/spellcheck.py -> 
build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/soundfmt.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/loaders.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/screen.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/clock.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/rect.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/music.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/builtins.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/ptext.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/__main__.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/actor.py -> build/bdist.linux-x86_64/wheel/./pgzero
copying build/lib/pgzero/game.py -> build/bdist.linux-x86_64/wheel/./pgzero
running install_egg_info
Copying pgzero.egg-info to 
build/bdist.linux-x86_64/wheel/./pgzero-1.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pgzero-1.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pgzero/.tmp-rqcydw7a/pgzero-1.2.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pgzrun.py'
adding 'pgzero/__init__.py'
adding 'pgzero/__main__.py'
adding 'pgzero/actor.py'
adding 'pgzero/animation.py'
adding 'pgzero/builtins.py'
adding 'pgzero/clock.py'
adding 'pgzero/constants.py'
adding 'pgzero/game.py'
adding 'pgzero/keyboard.py'
adding 'pgzero/loaders.py'
adding 'pgzero/music.py'
adding 'pgzero/ptext.py'
adding 'pgzero/rect.py'
adding 'pgzero/runner.py'
adding 'pgzero/screen.py'
adding 'pgzero/soundfmt.py'
adding 'pgzero/spellcheck.py'
adding 'pgzero/tone.py'
adding 'pgzero/data/icon.png'
adding 'pgzero/data/joypad.png'
adding 'pgzero-1.2.1.dist-info/licenses/AUTHORS'
adding 'pgzero-1.2.1.dist-info/licenses/COPYING'
adding 'pgzero-1.2.1.dist-info/METADATA'
adding 'pgzero-1.2.1.dist-info/WHEEL'
adding 'pgzero-1.2.1.dist-info/entry_points.txt'
adding 'pgzero-1.2.1.dist-info/top_level.txt'
adding 'pgzero-1.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pgzero-1.2.1-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pgzero/build; 
python3.14 -m pytest --ignore test/test_sound_formats.py
============================= test session starts ==============================
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 102 items / 2 errors

==================================== ERRORS ====================================
___ ERROR collecting .pybuild/cpython3_3.14_pgzero/build/test/test_actor.py ____
test/test_actor.py:14: in <module>
    pygame.display.set_mode((TEST_DISP_W, TEST_DISP_H))
E   pygame.error: No available video device
------------------------------- Captured stderr --------------------------------
ALSA lib confmisc.c:855:(parse_card) [error.core] cannot find card '0'
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) [error.core] error evaluating strings
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) [error.core] error evaluating name
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5730:(snd_config_expand) [error.core] Evaluate error: No such 
file or directory
ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) [error.pcm] Unknown PCM default
___ ERROR collecting .pybuild/cpython3_3.14_pgzero/build/test/test_screen.py ___
test/test_screen.py:12: in <module>
    surf = pygame.display.set_mode((200, 100))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   pygame.error: No available video device
------------------------------- Captured stderr --------------------------------
ALSA lib confmisc.c:855:(parse_card) [error.core] cannot find card '0'
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) [error.core] error evaluating strings
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) [error.core] error evaluating name
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5730:(snd_config_expand) [error.core] Evaluate error: No such 
file or directory
ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) [error.pcm] Unknown PCM default
=============================== warnings summary ===============================
<frozen importlib._bootstrap>:491
  <frozen importlib._bootstrap>:491: RuntimeWarning: Your system is avx2 
capable but pygame was not built with support for it. The performance of some 
of your blits could be adversely affected. Consider enabling compile time 
detection with environment variables like PYGAME_DETECT_AVX2=1 if you are 
compiling without cross compilation.

../../../../../../usr/lib/python3/dist-packages/pygame/pkgdata.py:25
  /usr/lib/python3/dist-packages/pygame/pkgdata.py:25: DeprecationWarning: 
pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_stream, resource_exists

pgzero/tone.py:80
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pgzero/build/pgzero/tone.py:80: 
DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
    player_thread.setDaemon(True)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR test/test_actor.py - pygame.error: No available video device
ERROR test/test_screen.py - pygame.error: No available video device
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 3 warnings, 2 errors in 0.21s =========================
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pgzero/build; python3.14 -m pytest 
--ignore test/test_sound_formats.py
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pgzero/build; 
python3.13 -m pytest --ignore test/test_sound_formats.py
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 102 items / 2 errors

==================================== ERRORS ====================================
___ ERROR collecting .pybuild/cpython3_3.13_pgzero/build/test/test_actor.py ____
test/test_actor.py:14: in <module>
    pygame.display.set_mode((TEST_DISP_W, TEST_DISP_H))
E   pygame.error: No available video device
------------------------------- Captured stderr --------------------------------
ALSA lib confmisc.c:855:(parse_card) [error.core] cannot find card '0'
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) [error.core] error evaluating strings
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) [error.core] error evaluating name
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5730:(snd_config_expand) [error.core] Evaluate error: No such 
file or directory
ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) [error.pcm] Unknown PCM default
___ ERROR collecting .pybuild/cpython3_3.13_pgzero/build/test/test_screen.py ___
test/test_screen.py:12: in <module>
    surf = pygame.display.set_mode((200, 100))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   pygame.error: No available video device
------------------------------- Captured stderr --------------------------------
ALSA lib confmisc.c:855:(parse_card) [error.core] cannot find card '0'
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) [error.core] error evaluating strings
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) [error.core] error evaluating name
ALSA lib conf.c:5207:(_snd_config_evaluate) [error.core] function 
snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5730:(snd_config_expand) [error.core] Evaluate error: No such 
file or directory
ALSA lib pcm.c:2722:(snd_pcm_open_noupdate) [error.pcm] Unknown PCM default
=============================== warnings summary ===============================
<frozen importlib._bootstrap>:488
  <frozen importlib._bootstrap>:488: RuntimeWarning: Your system is avx2 
capable but pygame was not built with support for it. The performance of some 
of your blits could be adversely affected. Consider enabling compile time 
detection with environment variables like PYGAME_DETECT_AVX2=1 if you are 
compiling without cross compilation.

../../../../../../usr/lib/python3/dist-packages/pygame/pkgdata.py:25
  /usr/lib/python3/dist-packages/pygame/pkgdata.py:25: DeprecationWarning: 
pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_stream, resource_exists

pgzero/tone.py:80
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pgzero/build/pgzero/tone.py:80: 
DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
    player_thread.setDaemon(True)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR test/test_actor.py - pygame.error: No available video device
ERROR test/test_screen.py - pygame.error: No available video device
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 3 warnings, 2 errors in 0.21s =========================
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pgzero/build; python3.13 -m pytest 
--ignore test/test_sound_formats.py
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" --parallel=2 returned exit code 13
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pgzero
Source-Version: 1.2.post6+really1.2.1+dfsg-3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pgzero, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated pgzero package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 May 2026 22:29:48 +0100
Source: pgzero
Architecture: source
Version: 1.2.post6+really1.2.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1135445
Changes:
 pgzero (1.2.post6+really1.2.1+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on python3-pytest-xvfb (closes: #1135445).
   * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.
   * Drop "Priority: optional", default as of dpkg-dev 1.22.13.
   * Standards-Version: 4.7.4.
Checksums-Sha1:
 d5a67945c9f9e5364a38afac4e970f3c2d8331a5 2609 
pgzero_1.2.post6+really1.2.1+dfsg-3.dsc
 ec8fd33095fa0ccfa32ff238a31ebec6887f6c2a 11376 
pgzero_1.2.post6+really1.2.1+dfsg-3.debian.tar.xz
 2aa2799c3a6d01c028a2aa4c961b0223c3480802 1196064 
pgzero_1.2.post6+really1.2.1+dfsg-3.git.tar.xz
 36c6d1f31e5fa375e9ecd5243405e9c34437051f 17428 
pgzero_1.2.post6+really1.2.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 57f8b6292fd6ba3df14aa4549232e797f07e14d256344578862fcd387dee85c4 2609 
pgzero_1.2.post6+really1.2.1+dfsg-3.dsc
 d6e052e892a24bcad17c04b8024b1974e7a365d77468bdef539d6792632709a8 11376 
pgzero_1.2.post6+really1.2.1+dfsg-3.debian.tar.xz
 65998ff763560ab93a068c80e6447c4c7472a372f7a2ae9b4ea62e1409d95499 1196064 
pgzero_1.2.post6+really1.2.1+dfsg-3.git.tar.xz
 ecc4bc7776c45a03be60c8b57e6dc36803bb0f971ec645f7a0fb4a2b326f8b0a 17428 
pgzero_1.2.post6+really1.2.1+dfsg-3_source.buildinfo
Files:
 8a73a55b5298eafa43b3676375a74f92 2609 python optional 
pgzero_1.2.post6+really1.2.1+dfsg-3.dsc
 9dad89408296ff35a25a01d77260ee1d 11376 python optional 
pgzero_1.2.post6+really1.2.1+dfsg-3.debian.tar.xz
 2c41df2482901bbd8fda6075ac04d8fb 1196064 python None 
pgzero_1.2.post6+really1.2.1+dfsg-3.git.tar.xz
 12126b6dc8b3b8b2cc8e17dd1a13d3fe 17428 python optional 
pgzero_1.2.post6+really1.2.1+dfsg-3_source.buildinfo
Git-Tag-Info: tag=97bc2821d3caeb5753d334538023ecd465a7a9de 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmoOKB8ACgkQYG0ITkaD
wHl5RA//YuoWI9PiuWxGhxjojE53V/x+e+7tWgV2Wrmy9Ag/MGvMSu5rlthHMm7Q
49vqBPLY7hINbmF6kONlDUqLyvcN0ENHhQZKWuQsep7YFlgpCci+9gL0poe6G6TC
TdW/ezR64q77AfwvAixMznqvKf3t2wRh30W1Ftm5Jy2rfgrqrvLvxMve5cnLNr5m
dnnEwUCDDsf6h2NMRPNKI22Cuhc6ujlQs+qqq/yKAqbGY7Q6chThHWpUnwpyGYH2
NWZjOZG0ceLoirPj6nWrvsoNL4OLhwqVtfxva8jt5kHraFrzm//RveP4ZBGyO7/T
3hoP3qVsA7G++RFyE/V6Vjd+LEE4Lv49oa6+kio5anq61zKfvw6ezw1vD7iax9Kx
TXOVO+cw/psF9OrKKNqpD5/OhULENUsUUHBsrtzaY3rrtoZxitfPB2af4YJvhrEp
q3mBOplWvv2fN03eGxI+O75+ObckSF1z6VuHypldeJXuqgK//xXL9BE6YU52BbfB
zys2gdmLSgzj16QOAiitokEu553qzeTpOBFRPBB1aoLP9ui5NaTWQBHsZm6CDEPG
8N3NyuqWfBeStMMbruLEYKRW5KhdjHoefsA6HJUnalfwYoVqIqS9+mI2kbK6TqXX
+GPGKt58s0dMlVyg7q312sqF5RTkX99gNahI9GV3dGrCR/1SEFo=
=+fV8
-----END PGP SIGNATURE-----

Attachment: pgpGgPgdTPiMp.pgp
Description: PGP signature


--- End Message ---

Reply via email to