Your message dated Mon, 28 Oct 2024 00:07:56 +0000
with message-id <e1t5dia-000jyq...@fasolo.debian.org>
and subject line Bug#1081340: fixed in magic-wormhole 0.17.0-1
has caused the Debian Bug report #1081340,
regarding FTBFS with python3-attr 24: ImportError: cannot import name 
'provides' from 'attr.validators'
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.)


-- 
1081340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081340
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-keysign
Version: 1.3.0-3
Severity: serious
Tags: ftbfs
Justification: FTBFS

Dear maintainer,

During a test rebuild, gnome-keysign failed to rebuild.

https://www.attrs.org/en/stable/changelog.html#id2

-------------------------------------------------------------------------------
[...]
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
xvfb-run -a python3 -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.2, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.3.0, twisted-1.14.1
collected 34 items / 3 errors

==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_bluetooth.py ___________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/tests/test_bluetooth.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_bluetooth.py:21: in <module>
    from keysign.util import mac_generate
keysign/util.py:43: in <module>
    from wormhole._wordlist import PGPWordList
/usr/lib/python3/dist-packages/wormhole/__init__.py:2: in <module>
    from .wormhole import create
/usr/lib/python3/dist-packages/wormhole/wormhole.py:11: in <module>
    from ._boss import Boss
/usr/lib/python3/dist-packages/wormhole/_boss.py:4: in <module>
    from attr.validators import instance_of, optional, provides
E   ImportError: cannot import name 'provides' from 'attr.validators' 
(/usr/lib/python3/dist-packages/attr/validators.py)
____________________ ERROR collecting tests/test_latin1.py _____________________
ImportError while importing test module '/<<PKGBUILDDIR>>/tests/test_latin1.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_latin1.py:12: in <module>
    from keysign.KeyPresent import KeyPresentWidget
keysign/KeyPresent.py:43: in <module>
    from .util import format_fingerprint
keysign/util.py:43: in <module>
    from wormhole._wordlist import PGPWordList
/usr/lib/python3/dist-packages/wormhole/__init__.py:2: in <module>
    from .wormhole import create
/usr/lib/python3/dist-packages/wormhole/wormhole.py:11: in <module>
    from ._boss import Boss
/usr/lib/python3/dist-packages/wormhole/_boss.py:4: in <module>
    from attr.validators import instance_of, optional, provides
E   ImportError: cannot import name 'provides' from 'attr.validators' 
(/usr/lib/python3/dist-packages/attr/validators.py)
___________________ ERROR collecting tests/test_wormhole.py ____________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/tests/test_wormhole.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_wormhole.py:32: in <module>
    from keysign.offer import Offer
keysign/offer.py:4: in <module>
    from .wormholeoffer import WormholeOffer
keysign/wormholeoffer.py:26: in <module>
    from wormhole.cli.public_relay import RENDEZVOUS_RELAY
/usr/lib/python3/dist-packages/wormhole/__init__.py:2: in <module>
    from .wormhole import create
/usr/lib/python3/dist-packages/wormhole/wormhole.py:11: in <module>
    from ._boss import Boss
/usr/lib/python3/dist-packages/wormhole/_boss.py:4: in <module>
    from attr.validators import instance_of, optional, provides
E   ImportError: cannot import name 'provides' from 'attr.validators' 
(/usr/lib/python3/dist-packages/attr/validators.py)
=============================== warnings summary ===============================
keysign/QRCode.py:197
  /<<PKGBUILDDIR>>/keysign/QRCode.py:197: PyGIDeprecationWarning: 
GObject.property is deprecated; use GObject.Property instead
    data = GObject.property(getter=get_data, setter=set_data)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/test_bluetooth.py
ERROR tests/test_latin1.py
ERROR tests/test_wormhole.py
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
========================= 1 warning, 3 errors in 0.61s =========================
make[1]: *** [debian/rules:38: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-07T15:46:40Z

-------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/611519/

About the archive rebuild: The build was made on debusine.debian.net,
on arm64 using sbuild.

You can find the build task here:
https://debusine.debian.net/work-request/20630/

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,

Stefano

--- End Message ---
--- Begin Message ---
Source: magic-wormhole
Source-Version: 0.17.0-1
Done: Sascha Steinbiss <sa...@debian.org>

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

Debian distribution maintenance software
pp.
Sascha Steinbiss <sa...@debian.org> (supplier of updated magic-wormhole 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: SHA256

Format: 1.8
Date: Sun, 27 Oct 2024 23:53:13 +0100
Source: magic-wormhole
Architecture: source
Version: 0.17.0-1
Distribution: unstable
Urgency: medium
Maintainer: Antoine Beaupré <anar...@debian.org>
Changed-By: Sascha Steinbiss <sa...@debian.org>
Closes: 1079401 1080115 1081340
Changes:
 magic-wormhole (0.17.0-1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version.
     Closes: #1080115
     Closes: #1079401
     Closes: #1081340
Checksums-Sha1:
 29a7662290af104db15a2112e9274d51b4d2f3a6 2315 magic-wormhole_0.17.0-1.dsc
 465613222a0ef62fd51e3aec9f5d3da968e22022 284056 
magic-wormhole_0.17.0.orig.tar.gz
 4843f77e45410aad37a7d856e60592ce8ea868fa 8336 
magic-wormhole_0.17.0-1.debian.tar.xz
 29e2372d0e7749b65c2806c80ab2ed8d7908e26a 8825 
magic-wormhole_0.17.0-1_amd64.buildinfo
Checksums-Sha256:
 49738908c4c803aeb8469d2dab2027d1acf70fb5d8ca46428eb415d592c580bd 2315 
magic-wormhole_0.17.0-1.dsc
 142c7a271684b0b04470792601848f6b0ade0d8bf54fbcb30c6259d75edd9d06 284056 
magic-wormhole_0.17.0.orig.tar.gz
 daa8cc4af7ce635200b23aff9f409c0a63e28b60626178df15fe68c0d9edb11c 8336 
magic-wormhole_0.17.0-1.debian.tar.xz
 221a709186f8fb6560d9a8708b6939d35546ffb6d23794434b2ed6f8227a539b 8825 
magic-wormhole_0.17.0-1_amd64.buildinfo
Files:
 94c8e0974a6a87bc0ee8db2e853f9186 2315 utils optional 
magic-wormhole_0.17.0-1.dsc
 61143e1480353de7b502d1b904837fb0 284056 utils optional 
magic-wormhole_0.17.0.orig.tar.gz
 175f0ffd1d452c9369729a3bc757cddd 8336 utils optional 
magic-wormhole_0.17.0-1.debian.tar.xz
 a8e8bba7e48d4a0c8e1f3e7df4434983 8825 utils optional 
magic-wormhole_0.17.0-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAmcexSUACgkQ6NN64vCf
SHI/lg/9HUa96+ztYR1Ev004R/Sb/nntUUHCPehx3mhPTqULa9tU7SV0hdtw9s2W
fZqzcBVWjzVvc9z1rTzL7A1v+zWsXqm6FaTVTGabbo6VS47+QmCjLnijUmmT9Rfh
/PsPSDmslPjEJslhm+8Lx5vIZdvT9Voh9yxDZMrQsjc4KKeE7cc8ANGqx5cBDi2h
SIyh854iOGrqG+qdhS0NwdCIINrfPsSluhY46bnA1VKvWIbhz2Fp/5/xc0YZejMp
IoqpF9MH/VSd07JfZCyJfAtAuYsgALhvtXfkytH4so2fQXZH28pYJkOpl3h7d21g
hnYQONHQqGpJ/+R0bcBCXO4NjQUFlmPCJLqYe0n4TE3QrL10PVyn87lcQSo7k/7k
eIEBdbu0sm0wPR+iMBQoaliEtcf32tkxCRb6kbmEP1CH+94e6kzCeIeLLyacTOB7
qTuSnUHTlrhry0Vm9XV0m/PDjb4/E2b3D4FGj8IgYHN1+32ar3W14udWfw89woSt
YMwitHTU3NqziYwGvsuTup/DGoORrWqP7sAdAgcq7W/DYasFNvFQilJfuC5RC6Ej
iox9atD6343CI8nX9GO1FhXeShTElXeFUe/VFJgIM/JF0SX+NGf4estuPAoV8iuQ
Ke3MkYqmcpOupHu/H8sVSuyHF75GYgDYYOFfFF7ZRx9Mq9Xhddc=
=CqsK
-----END PGP SIGNATURE-----

Attachment: pgp4d3Kziq0PJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to