Your message dated Wed, 22 Jan 2025 21:20:14 +0000
with message-id <e1tai90-009ylv...@fasolo.debian.org>
and subject line Bug#1080122: fixed in powerline 2.8.4-1
has caused the Debian Bug report #1080122,
regarding powerline: FTBFS: ModuleNotFoundError: No module named 'zsh'
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 ow...@bugs.debian.org
immediately.)


-- 
1080122: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:powerline
Version: 2.8.3-6
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running build

[... 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:218: _Warning: 
Package 'powerline.config_files.themes' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes' 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 'powerline.config_files.themes' 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 'powerline.config_files.themes' to be distributed and 
are
        already explicitly excluding 'powerline.config_files.themes' 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:218: _Warning: 
Package 'powerline.config_files.themes.ipython' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes.ipython' 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 'powerline.config_files.themes.ipython' 
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 'powerline.config_files.themes.ipython' to be 
distributed and are
        already explicitly excluding 'powerline.config_files.themes.ipython' 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:218: _Warning: 
Package 'powerline.config_files.themes.pdb' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes.pdb' 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 'powerline.config_files.themes.pdb' 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 'powerline.config_files.themes.pdb' to be distributed 
and are
        already explicitly excluding 'powerline.config_files.themes.pdb' 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:218: _Warning: 
Package 'powerline.config_files.themes.shell' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes.shell' 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 'powerline.config_files.themes.shell' 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 'powerline.config_files.themes.shell' to be 
distributed and are
        already explicitly excluding 'powerline.config_files.themes.shell' 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:218: _Warning: 
Package 'powerline.config_files.themes.tmux' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes.tmux' 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 'powerline.config_files.themes.tmux' 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 'powerline.config_files.themes.tmux' to be 
distributed and are
        already explicitly excluding 'powerline.config_files.themes.tmux' 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:218: _Warning: 
Package 'powerline.config_files.themes.vim' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes.vim' 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 'powerline.config_files.themes.vim' 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 'powerline.config_files.themes.vim' to be distributed 
and are
        already explicitly excluding 'powerline.config_files.themes.vim' 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:218: _Warning: 
Package 'powerline.config_files.themes.wm' is absent from the `packages` 
configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.config_files.themes.wm' 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 'powerline.config_files.themes.wm' 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 'powerline.config_files.themes.wm' to be distributed 
and are
        already explicitly excluding 'powerline.config_files.themes.wm' 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:218: _Warning: 
Package 'powerline.dist.systemd' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'powerline.dist.systemd' 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 'powerline.dist.systemd' 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 'powerline.dist.systemd' to be distributed and are
        already explicitly excluding 'powerline.dist.systemd' 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.12_powerline/build/powerline/config_files
copying powerline/config_files/colors.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files
copying powerline/config_files/config.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes
copying powerline/config_files/colorschemes/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes
copying powerline/config_files/colorschemes/solarized.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/ipython
copying powerline/config_files/colorschemes/ipython/__main__.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/ipython
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/pdb
copying powerline/config_files/colorschemes/pdb/__main__.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/pdb
copying powerline/config_files/colorschemes/pdb/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/pdb
copying powerline/config_files/colorschemes/pdb/solarized.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/pdb
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/shell
copying powerline/config_files/colorschemes/shell/__main__.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/shell
copying powerline/config_files/colorschemes/shell/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/shell
copying powerline/config_files/colorschemes/shell/solarized.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/shell
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/tmux
copying powerline/config_files/colorschemes/tmux/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/tmux
copying powerline/config_files/colorschemes/tmux/solarized.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/tmux
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/vim
copying powerline/config_files/colorschemes/vim/__main__.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/vim
copying powerline/config_files/colorschemes/vim/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/vim
copying powerline/config_files/colorschemes/vim/solarized.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/vim
copying powerline/config_files/colorschemes/vim/solarizedlight.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/colorschemes/vim
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/ascii.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/powerline.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/powerline_terminus.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/powerline_unicode7.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/unicode.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/unicode_terminus.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
copying powerline/config_files/themes/unicode_terminus_condensed.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/ipython
copying powerline/config_files/themes/ipython/in.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/ipython
copying powerline/config_files/themes/ipython/in2.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/ipython
copying powerline/config_files/themes/ipython/out.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/ipython
copying powerline/config_files/themes/ipython/rewrite.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/ipython
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/pdb
copying powerline/config_files/themes/pdb/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/pdb
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/shell
copying powerline/config_files/themes/shell/__main__.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/shell
copying powerline/config_files/themes/shell/continuation.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/shell
copying powerline/config_files/themes/shell/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/shell
copying powerline/config_files/themes/shell/default_leftonly.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/shell
copying powerline/config_files/themes/shell/select.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/shell
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/tmux
copying powerline/config_files/themes/tmux/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/tmux
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/__main__.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/cmdwin.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/help.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/plugin_commandt.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/plugin_gundo-preview.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/plugin_gundo.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/plugin_nerdtree.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/quickfix.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
copying powerline/config_files/themes/vim/tabline.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/vim
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/wm
copying powerline/config_files/themes/wm/default.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/config_files/themes/wm
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/dist
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/dist/systemd
copying powerline/dist/systemd/powerline-daemon.service -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/dist/systemd
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/awesome
copying powerline/bindings/awesome/powerline-awesome.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/awesome
copying powerline/bindings/awesome/powerline.lua -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/awesome
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/bar
copying powerline/bindings/bar/powerline-bar.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/bar
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/bash
copying powerline/bindings/bash/powerline.sh -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/bash
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/fish
copying powerline/bindings/fish/powerline-setup.fish -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/fish
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/i3
copying powerline/bindings/i3/powerline-i3.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/i3
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/lemonbar
copying powerline/bindings/lemonbar/powerline-lemonbar.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/lemonbar
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/rc
copying powerline/bindings/rc/powerline.rc -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/rc
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/shell
copying powerline/bindings/shell/powerline.sh -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/shell
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tcsh
copying powerline/bindings/tcsh/powerline.tcsh -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tcsh
copying powerline/bindings/tmux/powerline-base.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline_tmux_1.7_plus.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline_tmux_1.8.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline_tmux_1.8_minus.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline_tmux_1.8_plus.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline_tmux_1.9_plus.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
copying powerline/bindings/tmux/powerline_tmux_2.1_plus.conf -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/tmux
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/vim/autoload
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/vim/autoload/powerline
copying powerline/bindings/vim/autoload/powerline/debug.vim -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/vim/autoload/powerline
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/vim/plugin
copying powerline/bindings/vim/plugin/powerline.vim -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/vim/plugin
copying powerline/bindings/zsh/powerline.zsh -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/zsh
running build_scripts
creating build
creating build/scripts-3.12
copying and adjusting scripts/powerline-lint -> build/scripts-3.12
copying and adjusting scripts/powerline-daemon -> build/scripts-3.12
copying and adjusting scripts/powerline-render -> build/scripts-3.12
copying and adjusting scripts/powerline-config -> build/scripts-3.12
changing mode of build/scripts-3.12/powerline-lint from 644 to 755
changing mode of build/scripts-3.12/powerline-daemon from 644 to 755
changing mode of build/scripts-3.12/powerline-render from 644 to 755
changing mode of build/scripts-3.12/powerline-config from 644 to 755
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build; python3.12 -m unittest 
discover -v
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/lint/__init__.py:44:
 SyntaxWarning: invalid escape sequence '\w'
  function_name_re = '^(\w+\.)*[a-zA-Z_]\w*$'
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/lint/__init__.py:208:
 SyntaxWarning: invalid escape sequence '\w'
  shell_mode_spec = Spec().re('^(?:[\w\-]+|\.safe)$').copy
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/lint/__init__.py:226:
 SyntaxWarning: invalid escape sequence '\w'
  name=Spec().re('^[a-zA-Z_]\w*$').optional(),
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/lint/spec.py:24:
 SyntaxWarning: invalid escape sequence '\w'
  '''Class that describes some JSON value
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/lint/spec.py:588:
 SyntaxWarning: invalid escape sequence '\w'
  return self.re('^\w+(?::\w+)?$', msg_func)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/tests/modules/lib/__init__.py:51:
 SyntaxWarning: invalid escape sequence '\/'
  return '{"city":"Meppen","country":{"name":"Germany", 
"code":"DE"},"location":{"accuracy_radius":100,"latitude":52.6833,"longitude":7.3167,"time_zone":"Europe\/Berlin"},"ip":"82.145.55.16"}'
powerline.bindings.zsh (unittest.loader._FailedTest.powerline.bindings.zsh) ... 
ERROR

======================================================================
ERROR: powerline.bindings.zsh 
(unittest.loader._FailedTest.powerline.bindings.zsh)
----------------------------------------------------------------------
ImportError: Failed to import test module: powerline.bindings.zsh
Traceback (most recent call last):
  File "/usr/lib/python3.12/unittest/loader.py", line 429, in _find_test_path
    package = self._get_module_from_name(name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/loader.py", line 339, in 
_get_module_from_name
    __import__(name)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build/powerline/bindings/zsh/__init__.py",
 line 8, in <module>
    import zsh
ModuleNotFoundError: No module named 'zsh'


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_powerline/build; python3.12 -m unittest 
discover -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit 
code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202408/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: powerline
Source-Version: 2.8.4-1
Done: Daniel Baumann <dan...@debian.org>

We believe that the bug you reported is fixed in the latest version of
powerline, 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 1080...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <dan...@debian.org> (supplier of updated powerline 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 22 Jan 2025 21:59:35 +0100
Source: powerline
Architecture: source
Version: 2.8.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Daniel Baumann <dan...@debian.org>
Closes: 1080122
Changes:
 powerline (2.8.4-1) unstable; urgency=medium
 .
   [ Jérôme Charaoui ]
   * Team upload.
   * New upstream version 2.8.4
   * d/rules: disable dh_auto_test again (Closes: #1080122)
   * drop patches merged upstream
Checksums-Sha1:
 c9bb3557c315037b9710ae16a0d871a61c32e9d9 1687 powerline_2.8.4-1.dsc
 41877f50eb7a32292f78737a667f3af4dcbec87c 369057 powerline_2.8.4.orig.tar.gz
 8b456d8139f7d08ef1d37e2399eb5fc5f307c020 16896 powerline_2.8.4-1.debian.tar.xz
 0c7d2fb36273f7c816d058e9e5b4d569f8ea1bed 8676 powerline_2.8.4-1_amd64.buildinfo
Checksums-Sha256:
 a066484e19abfa78e3829ff305a285df1f4e5ae0ac906b3ffb8c98123a704891 1687 
powerline_2.8.4-1.dsc
 9e846af9379b57e410efe264cff3a6b98eb78dd9526e83016776ae5ffc5798f4 369057 
powerline_2.8.4.orig.tar.gz
 bdd04e047e0ba905df9a2a1b77f524428de4df5bbe42a966e07af4a7d690c77a 16896 
powerline_2.8.4-1.debian.tar.xz
 e38841d7a6efc66b91f41ca31ba2d6acfff1b81b833807a02d3b3b0c64321147 8676 
powerline_2.8.4-1_amd64.buildinfo
Files:
 f0eb0d9d4e9f53657d55b508ccd8b8a6 1687 shells optional powerline_2.8.4-1.dsc
 59ad22961ed0e97014d476431586aba9 369057 shells optional 
powerline_2.8.4.orig.tar.gz
 9460c7e2befd1573aa3c281300cd8a07 16896 shells optional 
powerline_2.8.4-1.debian.tar.xz
 0d50b6c4308540847a8935771498e367 8676 shells optional 
powerline_2.8.4-1_amd64.buildinfo

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

iHUEARYKAB0WIQQmmGg4gLaoSj0ERgL7tPDoCoAiLwUCZ5FdQgAKCRD7tPDoCoAi
L6HiAPwILKbEpcxdA+GooAeoFg+KE6jUr6pcEQU0KKub462K0gD+P+zpmIkEmMOO
TpNsFGRmT7TJgwJpxONP9E9xVkcq+Ag=
=3GRO
-----END PGP SIGNATURE-----

Attachment: pgpwkwE_vb3zt.pgp
Description: PGP signature


--- End Message ---

Reply via email to