Your message dated Thu, 28 Dec 2023 11:34:52 +0000
with message-id <[email protected]>
and subject line Bug#1058202: fixed in python-signedjson 1.1.4-1
has caused the Debian Bug report #1058202,
regarding python-signedjson: FTBFS: AttributeError: 'KnownKeyTestCase' object 
has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
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.)


-- 
1058202: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058202
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-signedjson
Version: 1.1.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 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 python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
> I: pybuild base:310: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/signedjson
> copying signedjson/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/signedjson
> copying signedjson/key.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/signedjson
> copying signedjson/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/signedjson
> copying signedjson/sign.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/signedjson
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/signedjson
> copying signedjson/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/signedjson
> copying signedjson/key.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/signedjson
> copying signedjson/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/signedjson
> copying signedjson/sign.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/signedjson
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build; python3.12 -m 
> unittest discover -v 
> test_ed25519 (tests.test_key.AlgorithmSupportedTestCase.test_ed25519) ... ok
> test_unsupported (tests.test_key.AlgorithmSupportedTestCase.test_unsupported) 
> ... ok
> test_decode (tests.test_key.DecodeTestCase.test_decode) ... ERROR
> test_decode_invalid_base64 
> (tests.test_key.DecodeTestCase.test_decode_invalid_base64) ... ok
> test_decode_invalid_key 
> (tests.test_key.DecodeTestCase.test_decode_invalid_key) ... ok
> test_decode_signing_invalid_algorithm 
> (tests.test_key.DecodeTestCase.test_decode_signing_invalid_algorithm) ... ok
> test_decode_verify_invalid_algorithm 
> (tests.test_key.DecodeTestCase.test_decode_verify_invalid_algorithm) ... ok
> test_decode_verify_key (tests.test_key.DecodeTestCase.test_decode_verify_key) 
> ... ERROR
> test_decode_verify_key_invalid_algorithm 
> (tests.test_key.DecodeTestCase.test_decode_verify_key_invalid_algorithm) ... 
> ok
> test_decode_verify_key_invalid_base64 
> (tests.test_key.DecodeTestCase.test_decode_verify_key_invalid_base64) ... ok
> test_decode_verify_key_invalid_key 
> (tests.test_key.DecodeTestCase.test_decode_verify_key_invalid_key) ... ok
> test_read_keys (tests.test_key.DecodeTestCase.test_read_keys) ... ERROR
> test_read_old_keys (tests.test_key.DecodeTestCase.test_read_old_keys) ... 
> ERROR
> test_write_signing_keys 
> (tests.test_key.DecodeTestCase.test_write_signing_keys) ... ok
> test_generate_key (tests.test_key.GenerateTestCase.test_generate_key) ... 
> ERROR
> test_sign_minimal (tests.test_known_key.KnownKeyTestCase.test_sign_minimal) 
> ... ERROR
> test_sign_with_data 
> (tests.test_known_key.KnownKeyTestCase.test_sign_with_data) ... ERROR
> test_sign_and_verify (tests.test_sign.JsonSignTestCase.test_sign_and_verify) 
> ... ok
> test_signature_ids (tests.test_sign.JsonSignTestCase.test_signature_ids) ... 
> ok
> test_verify_fail (tests.test_sign.JsonSignTestCase.test_verify_fail) ... ok
> test_verify_fail_no_signature_for_alice 
> (tests.test_sign.JsonSignTestCase.test_verify_fail_no_signature_for_alice) 
> ... ok
> test_verify_fail_no_signatures 
> (tests.test_sign.JsonSignTestCase.test_verify_fail_no_signatures) ... ok
> test_verify_fail_not_base64 
> (tests.test_sign.JsonSignTestCase.test_verify_fail_not_base64) ... ok
> 
> ======================================================================
> ERROR: test_decode (tests.test_key.DecodeTestCase.test_decode)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_key.py", 
> line 38, in test_decode
>     self.assertEquals(decoded_key.alg, "ed25519")
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'DecodeTestCase' object has no attribute 'assertEquals'. Did 
> you mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_decode_verify_key 
> (tests.test_key.DecodeTestCase.test_decode_verify_key)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_key.py", 
> line 57, in test_decode_verify_key
>     self.assertEquals(decoded_key.alg, "ed25519")
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'DecodeTestCase' object has no attribute 'assertEquals'. Did 
> you mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_read_keys (tests.test_key.DecodeTestCase.test_read_keys)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_key.py", 
> line 75, in test_read_keys
>     self.assertEquals(len(keys), 1)
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'DecodeTestCase' object has no attribute 'assertEquals'. Did 
> you mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_read_old_keys (tests.test_key.DecodeTestCase.test_read_old_keys)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_key.py", 
> line 80, in test_read_old_keys
>     self.assertEquals(len(keys), 1)
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'DecodeTestCase' object has no attribute 'assertEquals'. Did 
> you mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_generate_key (tests.test_key.GenerateTestCase.test_generate_key)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_key.py", 
> line 22, in test_generate_key
>     self.assertEquals(my_key.alg, "ed25519")
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'GenerateTestCase' object has no attribute 'assertEquals'. 
> Did you mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_sign_minimal 
> (tests.test_known_key.KnownKeyTestCase.test_sign_minimal)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_known_key.py",
>  line 44, in test_sign_minimal
>     self.assertEquals(
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'KnownKeyTestCase' object has no attribute 'assertEquals'. 
> Did you mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_sign_with_data 
> (tests.test_known_key.KnownKeyTestCase.test_sign_with_data)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build/tests/test_known_key.py",
>  line 57, in test_sign_with_data
>     self.assertEquals(
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'KnownKeyTestCase' object has no attribute 'assertEquals'. 
> Did you mean: 'assertEqual'?
> 
> ----------------------------------------------------------------------
> Ran 23 tests in 0.013s
> 
> FAILED (errors=7)
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_signedjson/build; python3.12 -m 
> unittest discover -v 
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build; python3.11 -m 
> unittest discover -v 
> test_ed25519 (tests.test_key.AlgorithmSupportedTestCase.test_ed25519) ... ok
> test_unsupported (tests.test_key.AlgorithmSupportedTestCase.test_unsupported) 
> ... ok
> test_decode (tests.test_key.DecodeTestCase.test_decode) ... 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/tests/test_key.py:38:
>  DeprecationWarning: Please use assertEqual instead.
>   self.assertEquals(decoded_key.alg, "ed25519")
> ok
> test_decode_invalid_base64 
> (tests.test_key.DecodeTestCase.test_decode_invalid_base64) ... ok
> test_decode_invalid_key 
> (tests.test_key.DecodeTestCase.test_decode_invalid_key) ... ok
> test_decode_signing_invalid_algorithm 
> (tests.test_key.DecodeTestCase.test_decode_signing_invalid_algorithm) ... ok
> test_decode_verify_invalid_algorithm 
> (tests.test_key.DecodeTestCase.test_decode_verify_invalid_algorithm) ... ok
> test_decode_verify_key (tests.test_key.DecodeTestCase.test_decode_verify_key) 
> ... ok
> test_decode_verify_key_invalid_algorithm 
> (tests.test_key.DecodeTestCase.test_decode_verify_key_invalid_algorithm) ... 
> ok
> test_decode_verify_key_invalid_base64 
> (tests.test_key.DecodeTestCase.test_decode_verify_key_invalid_base64) ... ok
> test_decode_verify_key_invalid_key 
> (tests.test_key.DecodeTestCase.test_decode_verify_key_invalid_key) ... ok
> test_read_keys (tests.test_key.DecodeTestCase.test_read_keys) ... ok
> test_read_old_keys (tests.test_key.DecodeTestCase.test_read_old_keys) ... ok
> test_write_signing_keys 
> (tests.test_key.DecodeTestCase.test_write_signing_keys) ... ok
> test_generate_key (tests.test_key.GenerateTestCase.test_generate_key) ... ok
> test_sign_minimal (tests.test_known_key.KnownKeyTestCase.test_sign_minimal) 
> ... 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_signedjson/build/tests/test_known_key.py:44:
>  DeprecationWarning: Please use assertEqual instead.
>   self.assertEquals(
> ok
> test_sign_with_data 
> (tests.test_known_key.KnownKeyTestCase.test_sign_with_data) ... ok
> test_sign_and_verify (tests.test_sign.JsonSignTestCase.test_sign_and_verify) 
> ... ok
> test_signature_ids (tests.test_sign.JsonSignTestCase.test_signature_ids) ... 
> ok
> test_verify_fail (tests.test_sign.JsonSignTestCase.test_verify_fail) ... ok
> test_verify_fail_no_signature_for_alice 
> (tests.test_sign.JsonSignTestCase.test_verify_fail_no_signature_for_alice) 
> ... ok
> test_verify_fail_no_signatures 
> (tests.test_sign.JsonSignTestCase.test_verify_fail_no_signatures) ... ok
> test_verify_fail_not_base64 
> (tests.test_sign.JsonSignTestCase.test_verify_fail_not_base64) ... ok
> 
> ----------------------------------------------------------------------
> Ran 23 tests in 0.002s
> 
> OK
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-signedjson_1.1.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[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.

--- End Message ---
--- Begin Message ---
Source: python-signedjson
Source-Version: 1.1.4-1
Done: Andrej Shadura <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-signedjson, 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.
Andrej Shadura <[email protected]> (supplier of updated python-signedjson 
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: SHA256

Format: 1.8
Date: Thu, 28 Dec 2023 12:19:31 +0100
Source: python-signedjson
Architecture: source
Version: 1.1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Matrix Packaging Team 
<[email protected]>
Changed-By: Andrej Shadura <[email protected]>
Closes: 1058202
Changes:
 python-signedjson (1.1.4-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1058202).
   * Update the watch file.
Checksums-Sha1:
 764681333a112be05e8a47a25de1f3869e71855b 1872 python-signedjson_1.1.4-1.dsc
 1689862a2babb084907ca5e82e6a0c781b2b4b76 12714 
python-signedjson_1.1.4.orig.tar.gz
 6a8310e8ffcf2a9af49bb3997bcb40941f002fea 2460 
python-signedjson_1.1.4-1.debian.tar.xz
Checksums-Sha256:
 6d9da72abeb0214c409042211c5bc8bea8c79ae1318b58cf600859aee0bdcd64 1872 
python-signedjson_1.1.4-1.dsc
 865403fb478839c13b1c0364fefc05a246935c64d523f309489d113979891d9b 12714 
python-signedjson_1.1.4.orig.tar.gz
 a03aae082df0b132f1d68a06ce5912fe47328e6073ce6d6a6c1f992dc9ee8f08 2460 
python-signedjson_1.1.4-1.debian.tar.xz
Files:
 4770b395dcefddebe1ceb69b81b8a381 1872 python optional 
python-signedjson_1.1.4-1.dsc
 0648a77b0e5bf9ca02229de6e14892b3 12714 python optional 
python-signedjson_1.1.4.orig.tar.gz
 7fe8fa1a27bee57327a78c17ca324455 2460 python optional 
python-signedjson_1.1.4-1.debian.tar.xz

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

iHUEARYIAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCZY1aBAAKCRDoRGtKyMdy
YWrqAP4q7QkDQeKF4fe5G1BTJPo5958BJdZtfWPbSHyBgqsLkwD7B7Krd8bXE4UH
nvSGJVDpZTne8/ipSwvKt3SdsD1ZOAI=
=uk56
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to