Your message dated Wed, 10 Jul 2024 10:34:16 +0000
with message-id <e1srueo-00ewum...@fasolo.debian.org>
and subject line Bug#1073360: fixed in fabric 2.6.0-2
has caused the Debian Bug report #1073360,
regarding fabric: FTBFS: ModuleNotFoundError: No module named 'six'
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.)


-- 
1073360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fabric
Version: 2.6.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&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.

--- End Message ---
--- Begin Message ---
Source: fabric
Source-Version: 2.6.0-2
Done: Luca Boccassi <bl...@debian.org>

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

Debian distribution maintenance software
pp.
Luca Boccassi <bl...@debian.org> (supplier of updated fabric 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, 10 Jul 2024 00:23:03 +0100
Source: fabric
Architecture: source
Version: 2.6.0-2
Distribution: unstable
Urgency: high
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Luca Boccassi <bl...@debian.org>
Closes: 1073360
Changes:
 fabric (2.6.0-2) unstable; urgency=high
 .
   * Team upload.
   * Add build dependency on python3-six for tests (Closes: #1073360)
Checksums-Sha1:
 53361b02944d18a0177c862828219ce16a90e7f8 2203 fabric_2.6.0-2.dsc
 d55fdc0c5b0d9271df5749c853eb9536e4dd6e41 11944 fabric_2.6.0-2.debian.tar.xz
 30546b418fd581c74b64d2adaa13d7a00c2c6fef 8606 fabric_2.6.0-2_source.buildinfo
Checksums-Sha256:
 26df9487d8e6769180790fe7894ec83864d759ff5621d5b202c0a91cd95ceabd 2203 
fabric_2.6.0-2.dsc
 26dd57521c92b002e4b6bb8b9560fae31ede2aac5e7db0b5f1b4331b8d4df970 11944 
fabric_2.6.0-2.debian.tar.xz
 e7f3ecd9fd0c1028ae56a5fa107b6bce6789570d549d366f5c3a1cf57b5e6363 8606 
fabric_2.6.0-2_source.buildinfo
Files:
 72695e44b207fd2a1cd92333dd614d9d 2203 net optional fabric_2.6.0-2.dsc
 db55eed8d1c5b70b3899363d0f00272d 11944 net optional 
fabric_2.6.0-2.debian.tar.xz
 840ce72762c81cd31a02b3ff77d6103d 8606 net optional 
fabric_2.6.0-2_source.buildinfo

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

iQJFBAEBCgAvFiEErCSqx93EIPGOymuRKGv37813JB4FAmaOXhIRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQKGv37813JB5wnA/+Kgozs9RFLSX6tc5w2Z92wWRZYJRTjxE0
YwSBHG7t7vzaqTU9bkPC1zMyHRfXu24nLBHDasEb+C6POJWcQJcydQ+kaDzheuxg
fHS/qakNcfE0pHk+DychX1I5OkjVCL+keEfIMW7fCawAkbvBbQWmN8gSqVR7ksHm
ra1y6676owvzN3tIr8/GEfIG1KVkKyTkTyO4gPLQ1Pkh9iT7SHIK7jXTVBRghUsT
t403WOMVWCBpa0HfqEduL4+LCBGJSvtvCEKwoAUm/1GaOhQFSrvIWHPTGJGnMx8r
ltxE9KQNduSZKJE9OJN8GCXZjrckRKN1tpPe1FdHz8SF8YzpIqg9fU0LJa+5umZs
20DTV3UOIYkKAwWoMl7GtEzW+9iC+Jp3Q3yEKfpB/E5lWsBH+L3M4xjx1zEmbh4y
6ziZToxyFfasd2X30MDWG7ftvYcMhwWRersaNLfw084UjncbE3JtbchXzBml55ll
u/8EpX+p45pZFuFPGxRYjZq3AUucCflUvl1A9NL7zj/iBZSj9Hby3tlp7oFxMpTT
dJAnxAtj5bPXn5XwJ6VjejS2EyhM6XR0iXKGgbCS6aKrkV1VXah/2P9ufLbGFITo
WvOrgkxCbaknCkOv/CrplurqPirzvFSRKwsi1DuvMDhkvu+uWIm4Jvy3A2lD7KTj
iIJ9tYmA04s=
=Yomv
-----END PGP SIGNATURE-----

Attachment: pgpdU9j3XV79d.pgp
Description: PGP signature


--- End Message ---

Reply via email to