[Bug 2004435] Re: kitty ftbfs due to crypto test failure "Cannot allocate memory" on ppc64el

Simon Quigley 2004435 at bugs.launchpad.net
Wed Feb 1 14:42:10 UTC 2023


🐱 ➡️ 🚀

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2004435

Title:
  kitty ftbfs due to crypto test failure "Cannot allocate memory" on
  ppc64el

Status in KittyOS:
  Unknown
Status in kitty package in Ubuntu:
  New
Status in kitty package in Debian:
  Unknown

Bug description:
  ERROR: test_elliptic_curve_data_exchange (kitty_tests.crypto.TestCrypto.test_elliptic_curve_data_exchange)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/<<PKGBUILDDIR>>/kitty/launcher/../../kitty_tests/crypto.py", line 18, in test_elliptic_curve_data_exchange
      alice_secret = alice.derive_secret(bob.public)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      AES256GCMDecrypt = <class 'fast_data_types.AES256GCMDecrypt'>
      AES256GCMEncrypt = <class 'fast_data_types.AES256GCMEncrypt'>
      CryptoError = <class 'fast_data_types.CryptoError'>
      EllipticCurveKey = <class 'fast_data_types.EllipticCurveKey'>
      alice = <fast_data_types.EllipticCurveKey object at 0x78545f9f9990>
      bob = <fast_data_types.EllipticCurveKey object at 0x78545f9f9b90>
      self = <kitty_tests.crypto.TestCrypto testMethod=test_elliptic_curve_data_exchange>
  OSError: [Errno 12] Cannot allocate memory

  This looks like a possibly matching upstream bug report, with some diagnostic ideas:
    https://github.com/kovidgoyal/kitty/issues/5466

  This is blocking the python3-defaults 3.11 transition.  Given it's a
  known issue upstream without a solution, it may be most expedient to
  simply disable the crypto test case for now?

To manage notifications about this bug go to:
https://bugs.launchpad.net/kittyos/+bug/2004435/+subscriptions




More information about the Ubuntu-sponsors mailing list