Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Integer #239

Open
ealione opened this issue Jan 17, 2020 · 6 comments
Open

Issue with Integer #239

ealione opened this issue Jan 17, 2020 · 6 comments

Comments

@ealione
Copy link

ealione commented Jan 17, 2020

Building on 5.4.6-2-MANJARO causes issues with importing Integer. This is the output from running make test

platform linux -- Python 3.8.1, pytest-5.3.3, py-1.8.1, pluggy-0.13.1
rootdir: /home/greenleaf/Downloads/charm-dev, inifile: pytest.ini
plugins: hypothesis-5.1.5
collected 63 items / 82 errors                                                                                         

======================================================== ERRORS ========================================================
________________________________ ERROR collecting charm/adapters/abenc_adapt_hybrid.py _________________________________
charm/adapters/abenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/adapters/dabenc_adapt_hybrid.py ________________________________
charm/adapters/dabenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/adapters/ibenc_adapt_hybrid.py _________________________________
charm/adapters/ibenc_adapt_hybrid.py:1: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/adapters/kpabenc_adapt_hybrid.py ________________________________
charm/adapters/kpabenc_adapt_hybrid.py:3: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/adapters/pkenc_adapt_hybrid.py _________________________________
charm/adapters/pkenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.securerandom import OpenSSLRand
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________________ ERROR collecting charm/schemes/chamhash_adm05.py ___________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/chamhash_adm05.py:16: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/schemes/chamhash_rsa_hw09.py __________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/chamhash_rsa_hw09.py:19: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ,gcd
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/schemes/encap_bchk05.py ____________________________________
charm/schemes/encap_bchk05.py:1: in <module>
    from charm.core.math.integer import randomBits
E   SystemError: initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/schemes/joye_scheme.py _____________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/joye_scheme.py:17: in <module>
    from charm.toolbox.integergroup import RSAGroup
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_____________________________________ ERROR collecting charm/schemes/lem_scheme.py _____________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/lem_scheme.py:18: in <module>
    from charm.toolbox.integergroup import RSAGroup
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
______________________________________ ERROR collecting charm/schemes/pre_mg07.py ______________________________________
charm/schemes/pre_mg07.py:15: in <module>
    from charm.core.math.integer import integer,bitsize, int2Bytes, randomBits
E   SystemError: initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/schemes/protocol_a01.py ____________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/protocol_a01.py:15: in <module>
    from charm.toolbox.integergroup import integer, IntegerGroupQ, randomBits
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
___________________________________ ERROR collecting charm/schemes/protocol_ao00.py ____________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/protocol_ao00.py:14: in <module>
    from charm.toolbox.integergroup import integer, IntegerGroupQ
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/schemes/abenc/abenc_yct14.py __________________________________
charm/schemes/abenc/abenc_yct14.py:17: in <module>
    from charm.toolbox.symcrypto import SymmetricCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/schemes/hibenc/hibenc_bb04.py _________________________________
charm/schemes/hibenc/hibenc_bb04.py:17: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/schemes/hibenc/hibenc_lew11.py _________________________________
charm/schemes/hibenc/hibenc_lew11.py:18: in <module>
    from charm.core.math.integer import integer,bitsize
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/schemes/ibenc/ibenc_bf01.py __________________________________
charm/schemes/ibenc/ibenc_bf01.py:16: in <module>
    from charm.core.math.integer import randomBits,integer,bitsize
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/schemes/ibenc/ibenc_ckrs09.py _________________________________
charm/schemes/ibenc/ibenc_ckrs09.py:19: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/schemes/ibenc/ibenc_waters05.py ________________________________
charm/schemes/ibenc/ibenc_waters05.py:16: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/schemes/ibenc/ibenc_waters05_z.py _______________________________
charm/schemes/ibenc/ibenc_waters05_z.py:24: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/schemes/pkenc/pkenc_gm82.py __________________________________
charm/schemes/pkenc/pkenc_gm82.py:19: in <module>
    from charm.core.math.integer import legendre, gcd
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/schemes/pkenc/pkenc_paillier99.py _______________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/pkenc/pkenc_paillier99.py:15: in <module>
    from charm.toolbox.integergroup import lcm,integer,toInt
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/schemes/pkenc/pkenc_rabin.py __________________________________
charm/schemes/pkenc/pkenc_rabin.py:13: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/schemes/pkenc/pkenc_rsa.py ___________________________________
charm/schemes/pkenc/pkenc_rsa.py:13: in <module>
    from charm.core.math.integer import integer,isPrime,gcd,random,randomPrime,toInt
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/schemes/pksig/pksig_cl03.py __________________________________
charm/schemes/pksig/pksig_cl03.py:16: in <module>
    from charm.core.math.integer import integer,isPrime,random,randomPrime,randomBits
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/schemes/pksig/pksig_dsa.py ___________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/pksig/pksig_dsa.py:16: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/schemes/pksig/pksig_rsa_hw09.py ________________________________
charm/schemes/pksig/pksig_rsa_hw09.py:18: in <module>
    from charm.core.math.integer import integer,random,randomBits,isPrime,gcd,bitsize,serialize
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/schemes/pksig/pksig_schnorr91.py ________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/schemes/pksig/pksig_schnorr91.py:1: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/schemes/pksig/pksig_waters.py _________________________________
charm/schemes/pksig/pksig_waters.py:17: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/schemes/pksig/pksig_waters05.py ________________________________
charm/schemes/pksig/pksig_waters05.py:26: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/schemes/prenc/pre_nal16.py ___________________________________
charm/schemes/prenc/pre_nal16.py:17: in <module>
    from charm.toolbox.hash_module import Hash,int2Bytes,integer
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/adapters/abenc_adapt_hybrid_test.py ____________________________
charm/test/adapters/abenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.abenc_adapt_hybrid import HybridABEnc as HybridABEnc
charm/adapters/abenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/adapters/abenc_adapt_hybrid_test.py ____________________________
charm/test/adapters/abenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.abenc_adapt_hybrid import HybridABEnc as HybridABEnc
charm/adapters/abenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/adapters/dabenc_adapt_hybrid_test.py ___________________________
charm/test/adapters/dabenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.dabenc_adapt_hybrid import HybridABEncMA
charm/adapters/dabenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/adapters/dabenc_adapt_hybrid_test.py ___________________________
charm/test/adapters/dabenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.dabenc_adapt_hybrid import HybridABEncMA
charm/adapters/dabenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/adapters/ibenc_adapt_hybrid_test.py ____________________________
charm/test/adapters/ibenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.ibenc_adapt_hybrid import HybridIBEnc
charm/adapters/ibenc_adapt_hybrid.py:1: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/adapters/ibenc_adapt_hybrid_test.py ____________________________
charm/test/adapters/ibenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.ibenc_adapt_hybrid import HybridIBEnc
charm/adapters/ibenc_adapt_hybrid.py:1: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
__________________________ ERROR collecting charm/test/adapters/kpabenc_adapt_hybrid_test.py ___________________________
charm/test/adapters/kpabenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.kpabenc_adapt_hybrid import HybridABEnc as HybridKPABEnc
charm/adapters/kpabenc_adapt_hybrid.py:3: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
__________________________ ERROR collecting charm/test/adapters/kpabenc_adapt_hybrid_test.py ___________________________
charm/test/adapters/kpabenc_adapt_hybrid_test.py:3: in <module>
    from charm.adapters.kpabenc_adapt_hybrid import HybridABEnc as HybridKPABEnc
charm/adapters/kpabenc_adapt_hybrid.py:3: in <module>
    from charm.toolbox.symcrypto import AuthenticatedCryptoAbstraction
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/test/benchmark/benchmark_test.py ________________________________
charm/test/benchmark/benchmark_test.py:4: in <module>
    from charm.core.math.integer import *
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/test/benchmark/benchmark_test.py ________________________________
charm/test/benchmark/benchmark_test.py:4: in <module>
    from charm.core.math.integer import *
E   SystemError: initialization of integer failed without raising an exception
______________________________ ERROR collecting charm/test/schemes/chamhash_adm05_test.py ______________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/test/schemes/chamhash_adm05_test.py:3: in <module>
    from charm.schemes.chamhash_adm05 import ChamHash_Adm05
charm/schemes/chamhash_adm05.py:16: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
______________________________ ERROR collecting charm/test/schemes/chamhash_adm05_test.py ______________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/test/schemes/chamhash_adm05_test.py:3: in <module>
    from charm.schemes.chamhash_adm05 import ChamHash_Adm05
charm/schemes/chamhash_adm05.py:16: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
____________________________ ERROR collecting charm/test/schemes/chamhash_rsa_hw09_test.py _____________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/test/schemes/chamhash_rsa_hw09_test.py:3: in <module>
    from charm.schemes.chamhash_rsa_hw09 import ChamHash_HW09
charm/schemes/chamhash_rsa_hw09.py:19: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ,gcd
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
____________________________ ERROR collecting charm/test/schemes/chamhash_rsa_hw09_test.py _____________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/test/schemes/chamhash_rsa_hw09_test.py:3: in <module>
    from charm.schemes.chamhash_rsa_hw09 import ChamHash_HW09
charm/schemes/chamhash_rsa_hw09.py:19: in <module>
    from charm.toolbox.integergroup import IntegerGroupQ,gcd
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/test/schemes/encap_bchk05_test.py _______________________________
charm/test/schemes/encap_bchk05_test.py:1: in <module>
    from charm.schemes.encap_bchk05 import EncapBCHK
charm/schemes/encap_bchk05.py:1: in <module>
    from charm.core.math.integer import randomBits
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/test/schemes/encap_bchk05_test.py _______________________________
charm/test/schemes/encap_bchk05_test.py:1: in <module>
    from charm.schemes.encap_bchk05 import EncapBCHK
charm/schemes/encap_bchk05.py:1: in <module>
    from charm.core.math.integer import randomBits
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/test/schemes/pkenc_test.py ___________________________________
charm/test/schemes/pkenc_test.py:1: in <module>
    from charm.adapters.pkenc_adapt_hybrid import HybridEnc
charm/adapters/pkenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.securerandom import OpenSSLRand
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/test/schemes/pkenc_test.py ___________________________________
charm/test/schemes/pkenc_test.py:1: in <module>
    from charm.adapters.pkenc_adapt_hybrid import HybridEnc
charm/adapters/pkenc_adapt_hybrid.py:5: in <module>
    from charm.toolbox.securerandom import OpenSSLRand
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/test/schemes/pksig_test.py ___________________________________
charm/test/schemes/pksig_test.py:8: in <module>
    from charm.schemes.pksig.pksig_cl03 import Sig_CL03, SHA1
charm/schemes/pksig/pksig_cl03.py:16: in <module>
    from charm.core.math.integer import integer,isPrime,random,randomPrime,randomBits
E   SystemError: initialization of integer failed without raising an exception
__________________________________ ERROR collecting charm/test/schemes/pksig_test.py ___________________________________
charm/test/schemes/pksig_test.py:8: in <module>
    from charm.schemes.pksig.pksig_cl03 import Sig_CL03, SHA1
charm/schemes/pksig/pksig_cl03.py:16: in <module>
    from charm.core.math.integer import integer,isPrime,random,randomPrime,randomBits
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/test/schemes/rsa_alg_test.py __________________________________
charm/test/schemes/rsa_alg_test.py:6: in <module>
    from charm.schemes.pkenc.pkenc_rsa import RSA_Enc, RSA_Sig
charm/schemes/pkenc/pkenc_rsa.py:13: in <module>
    from charm.core.math.integer import integer,isPrime,gcd,random,randomPrime,toInt
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/test/schemes/rsa_alg_test.py __________________________________
charm/test/schemes/rsa_alg_test.py:6: in <module>
    from charm.schemes.pkenc.pkenc_rsa import RSA_Enc, RSA_Sig
charm/schemes/pkenc/pkenc_rsa.py:13: in <module>
    from charm.core.math.integer import integer,isPrime,gcd,random,randomPrime,toInt
E   SystemError: initialization of integer failed without raising an exception
____________________________ ERROR collecting charm/test/schemes/hibenc/hibenc_bb04_test.py ____________________________
charm/test/schemes/hibenc/hibenc_bb04_test.py:1: in <module>
    from charm.schemes.hibenc.hibenc_bb04 import HIBE_BB04
charm/schemes/hibenc/hibenc_bb04.py:17: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
____________________________ ERROR collecting charm/test/schemes/hibenc/hibenc_bb04_test.py ____________________________
charm/test/schemes/hibenc/hibenc_bb04_test.py:1: in <module>
    from charm.schemes.hibenc.hibenc_bb04 import HIBE_BB04
charm/schemes/hibenc/hibenc_bb04.py:17: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
_____________________________ ERROR collecting charm/test/schemes/ibenc/ibenc_bf01_test.py _____________________________
charm/test/schemes/ibenc/ibenc_bf01_test.py:3: in <module>
    from charm.schemes.ibenc.ibenc_bf01 import IBE_BonehFranklin
charm/schemes/ibenc/ibenc_bf01.py:16: in <module>
    from charm.core.math.integer import randomBits,integer,bitsize
E   SystemError: initialization of integer failed without raising an exception
_____________________________ ERROR collecting charm/test/schemes/ibenc/ibenc_bf01_test.py _____________________________
charm/test/schemes/ibenc/ibenc_bf01_test.py:3: in <module>
    from charm.schemes.ibenc.ibenc_bf01 import IBE_BonehFranklin
charm/schemes/ibenc/ibenc_bf01.py:16: in <module>
    from charm.core.math.integer import randomBits,integer,bitsize
E   SystemError: initialization of integer failed without raising an exception
____________________________ ERROR collecting charm/test/schemes/ibenc/ibenc_ckrs09_test.py ____________________________
charm/test/schemes/ibenc/ibenc_ckrs09_test.py:3: in <module>
    from charm.schemes.ibenc.ibenc_ckrs09 import IBE_CKRS
charm/schemes/ibenc/ibenc_ckrs09.py:19: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
____________________________ ERROR collecting charm/test/schemes/ibenc/ibenc_ckrs09_test.py ____________________________
charm/test/schemes/ibenc/ibenc_ckrs09_test.py:3: in <module>
    from charm.schemes.ibenc.ibenc_ckrs09 import IBE_CKRS
charm/schemes/ibenc/ibenc_ckrs09.py:19: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/schemes/ibenc/ibenc_waters05_test.py ___________________________
charm/test/schemes/ibenc/ibenc_waters05_test.py:3: in <module>
    from charm.schemes.ibenc.ibenc_waters05 import IBE_N04
charm/schemes/ibenc/ibenc_waters05.py:16: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
___________________________ ERROR collecting charm/test/schemes/ibenc/ibenc_waters05_test.py ___________________________
charm/test/schemes/ibenc/ibenc_waters05_test.py:3: in <module>
    from charm.schemes.ibenc.ibenc_waters05 import IBE_N04
charm/schemes/ibenc/ibenc_waters05.py:16: in <module>
    from charm.toolbox.hash_module import Waters
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/test/serialize/serialize_test.py ________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/test/serialize/serialize_test.py:2: in <module>
    from charm.toolbox.integergroup import IntegerGroup, integer
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
_______________________________ ERROR collecting charm/test/serialize/serialize_test.py ________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/test/serialize/serialize_test.py:2: in <module>
    from charm.toolbox.integergroup import IntegerGroup, integer
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/test/toolbox/conversion_test.py ________________________________
charm/test/toolbox/conversion_test.py:5: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/test/toolbox/conversion_test.py ________________________________
charm/test/toolbox/conversion_test.py:5: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/test/toolbox/ecgroup_test.py __________________________________
charm/test/toolbox/ecgroup_test.py:7: in <module>
    from charm.toolbox.securerandom import OpenSSLRand
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/test/toolbox/ecgroup_test.py __________________________________
charm/test/toolbox/ecgroup_test.py:7: in <module>
    from charm.toolbox.securerandom import OpenSSLRand
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
______________________________ ERROR collecting charm/test/toolbox/paddingschemes_test.py ______________________________
charm/test/toolbox/paddingschemes_test.py:6: in <module>
    from  charm.toolbox.paddingschemes import OAEPEncryptionPadding, MGF1, hashFunc, PSSPadding, PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
______________________________ ERROR collecting charm/test/toolbox/paddingschemes_test.py ______________________________
charm/test/toolbox/paddingschemes_test.py:6: in <module>
    from  charm.toolbox.paddingschemes import OAEPEncryptionPadding, MGF1, hashFunc, PSSPadding, PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/test/toolbox/symcrypto_test.py _________________________________
charm/test/toolbox/symcrypto_test.py:2: in <module>
    from charm.toolbox.symcrypto import SymmetricCryptoAbstraction,AuthenticatedCryptoAbstraction, MessageAuthenticator
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/test/toolbox/symcrypto_test.py _________________________________
charm/test/toolbox/symcrypto_test.py:2: in <module>
    from charm.toolbox.symcrypto import SymmetricCryptoAbstraction,AuthenticatedCryptoAbstraction, MessageAuthenticator
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_____________________________________ ERROR collecting charm/toolbox/conversion.py _____________________________________
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/toolbox/hash_module.py _____________________________________
charm/toolbox/hash_module.py:3: in <module>
    from charm.core.math.integer import integer,int2Bytes
E   SystemError: initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/toolbox/integergroup.py ____________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
___________________________________ ERROR collecting charm/toolbox/paddingschemes.py ___________________________________
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/toolbox/paddingschemes_test.py _________________________________
charm/toolbox/paddingschemes_test.py:6: in <module>
    from  charm.toolbox.paddingschemes import OAEPEncryptionPadding, MGF1, hashFunc, PSSPadding, PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
________________________________ ERROR collecting charm/toolbox/paddingschemes_test.py _________________________________
charm/toolbox/paddingschemes_test.py:6: in <module>
    from  charm.toolbox.paddingschemes import OAEPEncryptionPadding, MGF1, hashFunc, PSSPadding, PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
_________________________________ ERROR collecting charm/toolbox/redundancyschemes.py __________________________________
charm/toolbox/redundancyschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/toolbox/securerandom.py ____________________________________
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
___________________________________ ERROR collecting charm/toolbox/specialprimes.py ____________________________________
charm/toolbox/specialprimes.py:6: in <module>
    from charm.core.math.integer import integer,isPrime,randomPrime
E   SystemError: initialization of integer failed without raising an exception
_____________________________________ ERROR collecting charm/toolbox/symcrypto.py ______________________________________
charm/toolbox/symcrypto.py:1: in <module>
    from charm.toolbox.paddingschemes import PKCS7Padding
charm/toolbox/paddingschemes.py:3: in <module>
    from charm.toolbox.securerandom import SecureRandomFactory
charm/toolbox/securerandom.py:6: in <module>
    from charm.toolbox.conversion import Conversion
charm/toolbox/conversion.py:7: in <module>
    from charm.core.math.integer import integer
E   SystemError: initialization of integer failed without raising an exception
____________________________________ ERROR collecting charm/toolbox/xmlserialize.py ____________________________________
charm/toolbox/integergroup.py:3: in <module>
    from charm.core.math.integer import * #InitBenchmark,StartBenchmark,EndBenchmark,GetBenchmark,GetGeneralBenchmarks,ClearBenchmark
E   SystemError: initialization of integer failed without raising an exception

During handling of the above exception, another exception occurred:
charm/toolbox/xmlserialize.py:3: in <module>
    from charm.toolbox.integergroup import IntegerGroup
charm/toolbox/integergroup.py:6: in <module>
    exit(-1)
/usr/lib/python3.8/_sitebuiltins.py:26: in __call__
    raise SystemExit(code)
E   SystemExit: -1
--------------------------------------------------- Captured stdout ----------------------------------------------------
initialization of integer failed without raising an exception
=================================================== warnings summary ===================================================
charm/toolbox/policytree.py:55
  /home/greenleaf/Downloads/charm-dev/charm/toolbox/policytree.py:55: DeprecationWarning: invalid escape sequence \?
    leafNode =  (Optional("!") + Word(alphanums+'-_./\?!@#$^&*%')).setParseAction( createAttribute )

charm/toolbox/reCompiler.py:1
  /home/greenleaf/Downloads/charm-dev/charm/toolbox/reCompiler.py:1: DeprecationWarning: invalid escape sequence \-
    """ Module re_compile -- compile a regular expression into an FSA

charm/schemes/ibenc/ibenc_cllww12_z.py:1
  /home/greenleaf/Downloads/charm-dev/charm/schemes/ibenc/ibenc_cllww12_z.py:1: DeprecationWarning: invalid escape sequence \m
    '''

charm/schemes/ibenc/ibenc_waters05_z.py:1
  /home/greenleaf/Downloads/charm-dev/charm/schemes/ibenc/ibenc_waters05_z.py:1: DeprecationWarning: invalid escape sequence \o
    '''David Naccache based Identity-Based Encryption

-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 82 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================ 4 warnings, 82 errors in 3.52s ============================================
ERROR: module load failed!
ERROR: module load failed!
ERROR: module load failed!
@Smita148Sharma
Copy link

Hi Sir, Did you get the solution for this problem??

@szyanan
Copy link

szyanan commented Oct 4, 2020

Hi Sir, Did you get the solution for this problem??

Hi, have you solved this problem?

@xfap
Copy link

xfap commented Oct 30, 2020

same

@Y3ka
Copy link

Y3ka commented Nov 18, 2020

Same output, I get SystemError: initialization of integer failed without raising an exception

@lrusso96
Copy link
Contributor

lrusso96 commented Mar 5, 2021

@jakinyele @esmeraldaliaj @xfap @szyanan @Y3ka
I had to downgrade to Python 3.7, it solved this kind of issue. Hope it works for you too.

@xfap
Copy link

xfap commented Mar 8, 2021

@jakinyele @esmeraldaliaj @xfap @szyanan @Y3ka
I had to downgrade to Python 3.7, it solved this kind of issue. Hope it works for you too.

After changing to Ubuntu 18.04 default python version 3.6.9, this error disappeared also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants