FAILED tests/hazmat/primitives/test_aead.py::TestChaCha20Poly1305::test_data_too_large - OverflowError: Python int too large to convert to C ssize_t FAILED tests/hazmat/primitives/test_aead.py::TestAESCCM::test_data_too_large - OverflowError: Python int too large to convert to C ssize_t FAILED tests/hazmat/primitives/test_aead.py::TestAESGCM::test_data_too_large - OverflowError: Python int too large to convert to C ssize_t FAILED tests/hazmat/primitives/test_aead.py::TestAESOCB3::test_data_too_large - OverflowError: Python int too large to convert to C ssize_t FAILED tests/hazmat/primitives/test_aead.py::TestAESSIV::test_data_too_large - OverflowError: Python int too large to convert to C ssize_t ================================================ 5 failed, 3023 passed, 193 skipped in 32.05s ================================================= Reproducible: Always
Created attachment 887266 [details] build.log and emerge --info
Technically a regression from last stable (41.0.7)
Unfortunately no other version between last stable and this one builds due to atomic issue.
And arm, presumably 32-bit issue.
Created attachment 889303 [details] build.log and emerge --info (arm)
Could someone file a bug upstream?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20e6746cce1f85506d047fb163f9466e7e90a19 commit b20e6746cce1f85506d047fb163f9466e7e90a19 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-05-25 15:06:21 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-05-25 15:07:47 +0000 dev-python/cryptography: Backport 32-bit platform test fix Closes: https://bugs.gentoo.org/926700 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/cryptography/cryptography-42.0.7.ebuild | 5 ++ .../files/cryptography-42.0.7-32bit.patch | 64 ++++++++++++++++++++++ 2 files changed, 69 insertions(+)
Still an issue on 42.0.8
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089de14d376e952530a6b6e462618959190af930 commit 089de14d376e952530a6b6e462618959190af930 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-07-12 02:36:57 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-07-12 02:36:57 +0000 dev-python/cryptography: Readd 32-bit fix to 42.0.8 Closes: https://bugs.gentoo.org/926700 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/cryptography/cryptography-42.0.8.ebuild | 5 +++++ 1 file changed, 5 insertions(+)