Source: fabric
Version: 2.6.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         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.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:311: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         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.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/group.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/transfer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/tasks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/runners.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/main.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/_version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/__main__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/executor.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/tunnels.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> copying fabric/connection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/testing
> copying fabric/testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/testing
> copying fabric/testing/base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/testing
> copying fabric/testing/fixtures.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/testing
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build; 
> python3.11 -m nose -v -v --ignore=test_nested_execution_with_explicit_ports 
> --ignore=test_should_use_sentinel_for_tasks_that_errored
> nose.config: INFO: Ignoring files matching 
> ['test_nested_execution_with_explicit_ports', 
> 'test_should_use_sentinel_for_tasks_that_errored']
> Failure: ModuleNotFoundError (No module named 'six') ... ERROR
> 
> ======================================================================
> ERROR: Failure: ModuleNotFoundError (No module named 'six')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/connection.py", 
> line 5, in <module>
>     from invoke.vendor.six import StringIO
> ModuleNotFoundError: No module named 'invoke.vendor.six'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/imp.py", line 245, in load_module
>     return load_package(name, filename)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/imp.py", line 217, in load_package
>     return _load(spec)
>            ^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 721, in _load
>   File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/__init__.py", 
> line 3, in <module>
>     from .connection import Config, Connection
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build/fabric/connection.py", 
> line 9, in <module>
>     from six import StringIO
> ModuleNotFoundError: No module named 'six'
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.057s
> 
> FAILED (errors=1)
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fabric/build; python3.11 -m nose -v 
> -v --ignore=test_nested_execution_with_explicit_ports 
> --ignore=test_should_use_sentinel_for_tasks_that_errored
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/fabric_2.6.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to