Hello!
I sent the email just before, but I took some mistakes in it. So, I send
this again.
I would like to use FAUSTPy, but I could not pass "python3 setup.py test".
So, I am wondering if you give me some advice.
The environments I tried are below.
1..
Python 3.8.10
CFFI 1.15.0
NumPy 1.21.4
FAUST2 2.38.4 *
Linux Mint 20.2 x86_64
2...
Python 3.8.10
CFFI 0.6
NumPy 1.21.4
FAUST2 2.38.4 *
Linux Mint 20.2 x86_64
*...I built FAUST2 from the branch "faust2-debugtravis"
Also, I attached the errors as error.txt.
Thank you,
Yoshiki Sato
WARNING: Testing via this command is deprecated and will be removed in a future
version. Users looking for a generic test entry point independent of test
runner are encouraged to use tox.
test_attributes (test.meta_tests.test_faustmeta)
Verify presence of various attributes. ...
/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py:1:
DeprecationWarning: the imp module is deprecated in favour of importlib; see
the module's documentation for alternative uses
import sys, os, binascii, imp, shutil
test/__pycache__/_cffi__x4f97988ex4053ec75.c: In function
‘_cffi_f_getInputRatemydsp’:
test/__pycache__/_cffi__x4f97988ex4053ec75.c:701:14: warning: implicit
declaration of function ‘getInputRatemydsp’; did you mean ‘getSampleRatemydsp’?
[-Wimplicit-function-declaration]
701 | { result = getInputRatemydsp(x0, x1); }
| ^~~~~~~~~~~~~~~~~
| getSampleRatemydsp
test/__pycache__/_cffi__x4f97988ex4053ec75.c: In function
‘_cffi_f_getOutputRatemydsp’:
test/__pycache__/_cffi__x4f97988ex4053ec75.c:792:14: warning: implicit
declaration of function ‘getOutputRatemydsp’; did you mean
‘getSampleRatemydsp’? [-Wimplicit-function-declaration]
792 | { result = getOutputRatemydsp(x0, x1); }
| ^~~~~~~~~~~~~~~~~~
| getSampleRatemydsp
ERROR
test_declare (test.meta_tests.test_faustmeta)
Test the declare() C callback. ... ERROR
test_addButton (test.ui_tests.test_faustui)
Test the addButton C callback. ...
test/__pycache__/_cffi__x4f97988ex4053ec75.c: In function
‘_cffi_f_getInputRatemydsp’:
test/__pycache__/_cffi__x4f97988ex4053ec75.c:701:14: warning: implicit
declaration of function ‘getInputRatemydsp’; did you mean ‘getSampleRatemydsp’?
[-Wimplicit-function-declaration]
701 | { result = getInputRatemydsp(x0, x1); }
| ^~~~~~~~~~~~~~~~~
| getSampleRatemydsp
test/__pycache__/_cffi__x4f97988ex4053ec75.c: In function
‘_cffi_f_getOutputRatemydsp’:
test/__pycache__/_cffi__x4f97988ex4053ec75.c:792:14: warning: implicit
declaration of function ‘getOutputRatemydsp’; did you mean
‘getSampleRatemydsp’? [-Wimplicit-function-declaration]
792 | { result = getOutputRatemydsp(x0, x1); }
| ^~~~~~~~~~~~~~~~~~
| getSampleRatemydsp
ERROR
test_addCheckButton (test.ui_tests.test_faustui)
Test the addCheckButton C callback. ... ERROR
test_addHorizontalSlider (test.ui_tests.test_faustui)
Test the addHorizontalSlider C callback. ... ERROR
test_addNumEntry (test.ui_tests.test_faustui)
Test the addNumEntry C callback. ... ERROR
test_addToggleButton (test.ui_tests.test_faustui)
Test the addToggleButton C callback. ... ERROR
test_addVerticalSlider (test.ui_tests.test_faustui)
Test the addVerticalSlider C callback. ... ERROR
test_attributes (test.ui_tests.test_faustui)
Verify presence of various attributes. ... ERROR
test_closeBox (test.ui_tests.test_faustui)
Test the closeBox C callback. ... ERROR
test_declare_group (test.ui_tests.test_faustui)
Test declaration of group meta-data. ... ERROR
test_declare_parameter (test.ui_tests.test_faustui)
Test declaration of parameter meta-data. ... ERROR
test_openHorizontalBox (test.ui_tests.test_faustui)
Test the openHorizontalBox C callback. ... ERROR
test_openTabBox (test.ui_tests.test_faustui)
Test the openTabBox C callback. ... ERROR
test_openVerticalBox (test.ui_tests.test_faustui)
Test the openVerticalBox C callback. ... ERROR
test_attributes (test.dsp_tests.test_faustdsp)
Verify presence of various attributes. ...
test/__pycache__/_cffi__x4f97988ex4053ec75.c: In function
‘_cffi_f_getInputRatemydsp’:
test/__pycache__/_cffi__x4f97988ex4053ec75.c:701:14: warning: implicit
declaration of function ‘getInputRatemydsp’; did you mean ‘getSampleRatemydsp’?
[-Wimplicit-function-declaration]
701 | { result = getInputRatemydsp(x0, x1); }
| ^~~~~~~~~~~~~~~~~
| getSampleRatemydsp
test/__pycache__/_cffi__x4f97988ex4053ec75.c: In function
‘_cffi_f_getOutputRatemydsp’:
test/__pycache__/_cffi__x4f97988ex4053ec75.c:792:14: warning: implicit
declaration of function ‘getOutputRatemydsp’; did you mean
‘getSampleRatemydsp’? [-Wimplicit-function-declaration]
792 | { result = getOutputRatemydsp(x0, x1); }
| ^~~~~~~~~~~~~~~~~~
| getSampleRatemydsp
ERROR
test_compute (test.dsp_tests.test_faustdsp)
Test the compute() method. ... ERROR
test_compute_bad_dtype (test.dsp_tests.test_faustdsp)
Test the compute() method with inputs of incorrect dtype. ... ERROR
test_compute_empty_input (test.dsp_tests.test_faustdsp)
Test the compute() method with zero input samples. ... ERROR
test_compute_synth (test.dsp_tests.test_faustdsp)
Test the compute() for synthesizer effects. ... ERROR
test_compute_synth_neg_count (test.dsp_tests.test_faustdsp)
Test the compute() for synthesizer effects with negative output ... ERROR
test_compute_synth_zero_count (test.dsp_tests.test_faustdsp)
Test the compute() for synthesizer effects with zero output samples. ... ERROR
test_init_bad_ffi_combos (test.dsp_tests.test_faustdsp_init)
Test initialisation and .compute() of PythonDSP objects with ... ERROR
test_init_different_faustfloats (test.dsp_tests.test_faustdsp_init)
Test initialisation of PythonDSP objects with different values of ... ERROR
test_init_different_fs (test.dsp_tests.test_faustdsp_init)
Test initialisation of PythonDSP objects with different values for the ... ERROR
test_attributes (test.wrapper_tests.test_faustwrapper)
Verify presence of various attributes. ... ERROR
test_compute (test.wrapper_tests.test_faustwrapper)
Test the compute() method. ... ERROR
test_init (test.wrapper_tests.test_faustwrapper_init)
Test initialisation of FAUST objects. ... ERROR
test_init_inline_code (test.wrapper_tests.test_faustwrapper_init)
Test initialisation of FAUST objects with inline FAUST code. ... ERROR
test_init_wrong_args (test.wrapper_tests.test_faustwrapper_init)
Test initialisation of FAUST objects with bad arguments. ... ok
======================================================================
ERROR: test_attributes (test.meta_tests.test_faustmeta)
Verify presence of various attributes.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/meta_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_declare (test.meta_tests.test_faustmeta)
Test the declare() C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/meta_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_addButton (test.ui_tests.test_faustui)
Test the addButton C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_addCheckButton (test.ui_tests.test_faustui)
Test the addCheckButton C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_addHorizontalSlider (test.ui_tests.test_faustui)
Test the addHorizontalSlider C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_addNumEntry (test.ui_tests.test_faustui)
Test the addNumEntry C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_addToggleButton (test.ui_tests.test_faustui)
Test the addToggleButton C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_addVerticalSlider (test.ui_tests.test_faustui)
Test the addVerticalSlider C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_attributes (test.ui_tests.test_faustui)
Verify presence of various attributes.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_closeBox (test.ui_tests.test_faustui)
Test the closeBox C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_declare_group (test.ui_tests.test_faustui)
Test declaration of group meta-data.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_declare_parameter (test.ui_tests.test_faustui)
Test declaration of parameter meta-data.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_openHorizontalBox (test.ui_tests.test_faustui)
Test the openHorizontalBox C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_openTabBox (test.ui_tests.test_faustui)
Test the openTabBox C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_openVerticalBox (test.ui_tests.test_faustui)
Test the openVerticalBox C callback.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/ui_tests.py", line 23, in setUp
self.ffi, self.C = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_attributes (test.dsp_tests.test_faustdsp)
Verify presence of various attributes.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute (test.dsp_tests.test_faustdsp)
Test the compute() method.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute_bad_dtype (test.dsp_tests.test_faustdsp)
Test the compute() method with inputs of incorrect dtype.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute_empty_input (test.dsp_tests.test_faustdsp)
Test the compute() method with zero input samples.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute_synth (test.dsp_tests.test_faustdsp)
Test the compute() for synthesizer effects.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute_synth_neg_count (test.dsp_tests.test_faustdsp)
Test the compute() for synthesizer effects with negative output
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute_synth_zero_count (test.dsp_tests.test_faustdsp)
Test the compute() for synthesizer effects with zero output samples.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 78, in setUp
self.ffi1, self.C1 = init_ffi()
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_init_bad_ffi_combos (test.dsp_tests.test_faustdsp_init)
Test initialisation and .compute() of PythonDSP objects with
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 23, in setUp
self.ffi, self.C = zip(*[init_ffi(faust_float=ff) for ff in
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 23, in <listcomp>
self.ffi, self.C = zip(*[init_ffi(faust_float=ff) for ff in
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_init_different_faustfloats (test.dsp_tests.test_faustdsp_init)
Test initialisation of PythonDSP objects with different values of
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 23, in setUp
self.ffi, self.C = zip(*[init_ffi(faust_float=ff) for ff in
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 23, in <listcomp>
self.ffi, self.C = zip(*[init_ffi(faust_float=ff) for ff in
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_init_different_fs (test.dsp_tests.test_faustdsp_init)
Test initialisation of PythonDSP objects with different values for the
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 23, in setUp
self.ffi, self.C = zip(*[init_ffi(faust_float=ff) for ff in
File "/home/yoshiki/faust_python/test/dsp_tests.py", line 23, in <listcomp>
self.ffi, self.C = zip(*[init_ffi(faust_float=ff) for ff in
File "/home/yoshiki/faust_python/test/helpers.py", line 77, in init_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/test/__pycache__/_cffi__x4f97988ex4053ec75.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_attributes (test.wrapper_tests.test_faustwrapper)
Verify presence of various attributes.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/wrapper_tests.py", line 47, in setUp
self.dsp1 = FAUST("dattorro_notch_cut_regalia.dsp", 48000)
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 111, in __init__
self.__ffi, self.__C = self.__gen_ffi(
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 225, in __gen_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_compute (test.wrapper_tests.test_faustwrapper)
Test the compute() method.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/wrapper_tests.py", line 47, in setUp
self.dsp1 = FAUST("dattorro_notch_cut_regalia.dsp", 48000)
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 111, in __init__
self.__ffi, self.__C = self.__gen_ffi(
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 225, in __gen_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_init (test.wrapper_tests.test_faustwrapper_init)
Test initialisation of FAUST objects.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/wrapper_tests.py", line 23, in test_init
FAUST("dattorro_notch_cut_regalia.dsp", 48000)
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 111, in __init__
self.__ffi, self.__C = self.__gen_ffi(
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 225, in __gen_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__xb4e7f7b1x14c77526.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
======================================================================
ERROR: test_init_inline_code (test.wrapper_tests.test_faustwrapper_init)
Test initialisation of FAUST objects with inline FAUST code.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 120, in load_library
module = imp.load_dynamic(self.verifier.get_module_name(),
File "/usr/lib/python3.8/imp.py", line 342, in load_dynamic
return _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1166, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError:
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__x44b835a2xb0890a78.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yoshiki/faust_python/test/wrapper_tests.py", line 31, in
test_init_inline_code
dsp = FAUST(b"process=*(0.5);", 48000)
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 111, in __init__
self.__ffi, self.__C = self.__gen_ffi(
File "/home/yoshiki/faust_python/FAUSTPy/wrapper.py", line 225, in __gen_ffi
C = ffi.verify(
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/api.py", line
311, in verify
lib = self.verifier.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 69, in load_library
return self._load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/verifier.py",
line 154, in _load_library
return self._vengine.load_library()
File "/home/yoshiki/.local/lib/python3.8/site-packages/cffi/vengine_cpy.py",
line 124, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing
'/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__x44b835a2xb0890a78.cpython-38-x86_64-linux-gnu.so':
/home/yoshiki/faust_python/FAUSTPy/__pycache__/_cffi__x44b835a2xb0890a78.cpython-38-x86_64-linux-gnu.so:
undefined symbol: getOutputRatemydsp
----------------------------------------------------------------------
Ran 30 tests in 2.962s
FAILED (errors=29)
Test failed: <unittest.runner.TextTestResult run=30 errors=29 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=30 errors=29 failures=0>
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users