Skip to content

Instantly share code, notes, and snippets.

@risicle
Created March 7, 2022 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save risicle/b52b924f4e7353f1b306645499cb2e60 to your computer and use it in GitHub Desktop.
Save risicle/b52b924f4e7353f1b306645499cb2e60 to your computer and use it in GitHub Desktop.
#0 0x00000000174ef025 in dlar1v_ () from /nix/store/413dlxvbzrsfaakf00ffsgw7f1qapx3f-lapack-3/lib/liblapack.so.3
#1 0x00000000174f5ed9 in dlarrv_ () from /nix/store/413dlxvbzrsfaakf00ffsgw7f1qapx3f-lapack-3/lib/liblapack.so.3
#2 0x000000001756f767 in dstemr_ () from /nix/store/413dlxvbzrsfaakf00ffsgw7f1qapx3f-lapack-3/lib/liblapack.so.3
#3 0x000000001752f5df in dsyevr_ () from /nix/store/413dlxvbzrsfaakf00ffsgw7f1qapx3f-lapack-3/lib/liblapack.so.3
#4 0x00000000273b45e1 in f2py_rout.flapack_dsyevr () from /nix/store/gmcby9wc7c5agdilcqq8ngzvn0psz2gy-python3.9-scipy-1.8.0/lib/python3.9/site-packages/scipy/linalg/_flapack.cpython-39-x86_64-linux-gnu.so
#5 0x0000000004906aa9 in _PyObject_Call (kwargs=<optimized out>, args=(), callable=<fortran at remote 0x13e90720>, tstate=0x50589e0) at Objects/call.c:281
#6 PyObject_Call (callable=<fortran at remote 0x13e90720>, args=(), kwargs=<optimized out>) at Objects/call.c:293
#7 0x00000000048bbe0d in do_call_core (kwdict={'a': <numpy.ndarray at remote 0x40eb8900>, 'overwrite_a': False, 'range': 'I', 'il': 1, 'iu': 10, 'lower': True, 'compute_v': 1, 'lwork': 330, 'liwork': 100}, callargs=(), func=<fortran at remote 0x13e90720>, tstate=<optimized out>) at Python/ceval.c:5125
#8 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3582
#9 0x0000000004a08e5c in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x3dfb2960, for file /nix/store/gmcby9wc7c5agdilcqq8ngzvn0psz2gy-python3.9-scipy-1.8.0/lib/python3.9/site-packages/scipy/linalg/_decomp.py, line 547, in eigh (a=<numpy.ndarray at remote 0x40eb8900>, b=None, lower=True, eigvals_only=False, overwrite_a=False, overwrite_b=False, turbo=True, eigvals=(0, 9), type=1, check_finite=True, subset_by_index=(...), subset_by_value=None, driver='evr', uplo='L', _job='V', drv_str=[None, 'ev', 'evd', 'evr', 'evx', 'gv', 'gvd', 'gvx'], a1=<numpy.ndarray at remote 0x40eb8900>, cplx=False, n=10, drv_args={'overwrite_a': False, 'range': 'I', 'il': 1, 'iu': 10, 'lower': True, 'compute_v': 1}, subset=True, lo=0, hi=9, pfx='sy', lwork_spec={'syevd': ['lwork', 'liwork'], 'syevr': ['lwork', 'liwork'], 'heevd': ['lwork', 'liwork', 'lrwork'], 'heevr': ['lwork', 'lrwork', 'liwork']}, drv=<fortran at remote 0x13e90720>, drvlw=<fortran at remote 0x13e90a00>, clw_args={'n': 10, 'lower': True}, lw=(330, 100), lwork_args={'lwork': 330, 'liwork': 100}), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#10 _PyEval_EvalCode (tstate=tstate@entry=0x50589e0, _co=_co@entry=<code at remote 0x151db190>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=1, kwnames=0x294cf0a8, kwargs=0x3db24dd0, kwcount=1, kwstep=1, defs=0x14024b38, defcount=12, kwdefs=0x0, closure=0x0, name='eigh', qualname='eigh')
at Python/ceval.c:4329
#11 0x0000000004a0925e in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:396
#12 0x00000000048bfa95 in _PyObject_VectorcallTstate (kwnames=('eigvals',), nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x144e7780>, tstate=0x50589e0) at Include/cpython/abstract.h:118
#13 PyObject_Vectorcall (kwnames=('eigvals',), nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x144e7780>) at Include/cpython/abstract.h:127
#14 call_function (kwnames=('eigvals',), oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=<optimized out>) at Python/ceval.c:5077
#15 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3537
#16 0x00000000048b9a83 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x3db24c20, for file /home/bob/tmp/scikit-learn-1.0.2/scikit-learn-1.0.2/build/lib.linux-x86_64-3.9/sklearn/decomposition/_kernel_pca.py, line 340, in _fit_transform (self=<KernelPCA(n_components=None, kernel='linear', kernel_params=None, gamma=None, degree=3, coef0=1, alpha=<float at remote 0x286bccc0>, fit_inverse_transform=False, eigen_solver='auto', tol=0, max_iter=None, iterated_power='auto', remove_zero_eig=False, random_state=<numpy.random.mtrand.RandomState at remote 0x3ee40ec0>, n_jobs=None, copy_X=True, n_features_in_=10, _centerer=<KernelCenterer(n_features_in_=10, K_fit_rows_=<numpy.ndarray at remote 0x3c368ab0>, K_fit_all_=<numpy.float64 at remote 0x39ffbac0>) at remote 0x36bf8660>) at remote 0x3cf1a8c0>, K=<numpy.ndarray at remote 0x40eb8900>, n_components=10, eigen_solver='dense'), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#17 function_code_fastcall (tstate=0x50589e0, co=<optimized out>, args=<optimized out>, nargs=2, globals=<optimized out>) at Objects/call.c:330
#18 0x00000000048c040f in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3db4cc08, callable=<function at remote 0x15b19920>, tstate=0x50589e0) at Include/cpython/abstract.h:118
#19 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3db4cc08, callable=<function at remote 0x15b19920>) at Include/cpython/abstract.h:127
#20 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=<optimized out>) at Python/ceval.c:5077
#21 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3506
#22 0x0000000004a08e5c in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x3db4ca70, for file /home/bob/tmp/scikit-learn-1.0.2/scikit-learn-1.0.2/build/lib.linux-x86_64-3.9/sklearn/decomposition/_kernel_pca.py, line 432, in fit (self=<KernelPCA(n_components=None, kernel='linear', kernel_params=None, gamma=None, degree=3, coef0=1, alpha=<float at remote 0x286bccc0>, fit_inverse_transform=False, eigen_solver='auto', tol=0, max_iter=None, iterated_power='auto', remove_zero_eig=False, random_state=<numpy.random.mtrand.RandomState at remote 0x3ee40ec0>, n_jobs=None, copy_X=True, n_features_in_=10, _centerer=<KernelCenterer(n_features_in_=10, K_fit_rows_=<numpy.ndarray at remote 0x3c368ab0>, K_fit_all_=<numpy.float64 at remote 0x39ffbac0>) at remote 0x36bf8660>) at remote 0x3cf1a8c0>, X=<numpy.ndarray at remote 0x40462700>, y=None, K=<numpy.ndarray at remote 0x41402110>), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#23 _PyEval_EvalCode (tstate=tstate@entry=0x50589e0, _co=_co@entry=<code at remote 0x295a5e60>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=2, kwnames=0x0, kwargs=0x3fa48460, kwcount=0, kwstep=1, defs=0x2b445038, defcount=1, kwdefs=0x0, closure=0x0, name='fit', qualname='KernelPCA.fit')
at Python/ceval.c:4329
#24 0x0000000004a0925e in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:396
#25 0x00000000048c040f in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x3fa48450, callable=<function at remote 0x2867c8c0>, tstate=0x50589e0) at Include/cpython/abstract.h:118
#26 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x3fa48450, callable=<function at remote 0x2867c8c0>) at Include/cpython/abstract.h:127
#27 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=<optimized out>) at Python/ceval.c:5077
#28 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3506
#29 0x00000000048b9a83 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x3fa482b0, for file /home/bob/tmp/scikit-learn-1.0.2/scikit-learn-1.0.2/build/lib.linux-x86_64-3.9/sklearn/decomposition/tests/test_kernel_pca.py, line 95, in test_kernel_pca_consistent_transform (state=<numpy.random.mtrand.RandomState at remote 0x3ee40ec0>, X=<numpy.ndarray at remote 0x3ef2b360>), tstate=0x50589e0)
at Include/internal/pycore_ceval.h:40
#30 function_code_fastcall (tstate=0x50589e0, co=<optimized out>, args=<optimized out>, nargs=0, globals=<optimized out>) at Objects/call.c:330
#31 0x00000000048bbe0d in do_call_core (kwdict={}, callargs=(), func=<function at remote 0x28332cc0>, tstate=<optimized out>) at Python/ceval.c:5125
#32 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3582
#33 0x0000000004a08e5c in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x3d7662a0, for file /nix/store/fwx2gqnwq1zc1vcgjnc9qpbiwp6hn1qc-python3.9-pytest-7.0.1/lib/python3.9/site-packages/_pytest/python.py, line 192, in pytest_pyfunc_call (pyfuncitem=<Function(keywords=<NodeKeywords at remote 0x282e33d0>, own_markers=[], extra_keyword_matches=set(), stash=<Stash at remote 0x1574a480>, _report_sections=[], user_properties=[], originalname='test_kernel_pca_consistent_transform', _obj=<function at remote 0x28332cc0>, _fixtureinfo=<FuncFixtureInfo at remote 0x29d5f190>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x136f3590>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that ...(truncated), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#34 _PyEval_EvalCode (tstate=tstate@entry=0x50589e0, _co=_co@entry=<code at remote 0x12bf23c0>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=1, kwnames=0x0, kwargs=0x394aa050, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='pytest_pyfunc_call',
qualname='pytest_pyfunc_call') at Python/ceval.c:4329
#35 0x0000000004a0925e in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:396
#36 0x00000000048bbe0d in do_call_core (kwdict=0x0,
callargs=(<Function(keywords=<NodeKeywords at remote 0x282e33d0>, own_markers=[], extra_keyword_matches=set(), stash=<Stash at remote 0x1574a480>, _report_sections=[], user_properties=[], originalname='test_kernel_pca_consistent_transform', _obj=<function at remote 0x28332cc0>, _fixtureinfo=<FuncFixtureInfo at remote 0x29d5f190>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x136f3590>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Function < Class < Module < Package < Session\n\n <<<- lower <<<-\n ', next_lower=<function at remote 0x14a44300>, next_hi...(truncated), func=<function at remote 0x12c6b600>, tstate=<optimized out>) at Python/ceval.c:5125
#37 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3582
#38 0x0000000004a08e5c in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x3f7a14f0, for file /nix/store/bm1yjpyfwfdlxa1i5xw8d416v5rddnzr-python3.9-pluggy-1.0.0/lib/python3.9/site-packages/pluggy/_callers.py, line 39, in _multicall (hook_name='pytest_pyfunc_call', hook_impls=[<HookImpl(function=<function at remote 0x12c6b600>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x12bc3870>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x13bf7850>], firstresult=True, __tracebackhide__=True, results=[], excinfo=None, teardowns=[], hook_impl=<...>, args=[<Function(keywords=<NodeKeywords at remote 0x282e33d0>, own_markers=[], extra_keyword_matches=set(), stash=<Stash at remote 0x1574a480>, _report_sections=[], user_properties=[], originalname='test_kernel_pca_consistent_transform', _obj=<function at remote 0x28332cc0>, _fixtureinfo=<FuncFixtureInfo at remote 0x29d5f190>, fixturenames=[], fun...(truncated), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#39 _PyEval_EvalCode (tstate=tstate@entry=0x50589e0, _co=_co@entry=<code at remote 0x136d4770>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=4, kwnames=0x0, kwargs=0x409e0ca0, kwcount=0, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='_multicall', qualname='_multicall')
at Python/ceval.c:4329
#40 0x0000000004a0925e in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:396
#41 0x00000000048c04d4 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x409e0c80, callable=<function at remote 0x136aeae0>, tstate=0x50589e0) at Include/cpython/abstract.h:118
#42 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x409e0c80, callable=<function at remote 0x136aeae0>) at Include/cpython/abstract.h:127
#43 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=<optimized out>) at Python/ceval.c:5077
#44 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3489
#45 0x00000000048b9a83 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x409e0ae0, for file /nix/store/bm1yjpyfwfdlxa1i5xw8d416v5rddnzr-python3.9-pluggy-1.0.0/lib/python3.9/site-packages/pluggy/_manager.py, line 80, in _hookexec (self=<PytestPluginManager(project_name='pytest', _name2plugin={'330163456': <...>, 'pytestconfig': <Config(option=<Namespace(keyword='test_kernel_pca_deterministic_output or test_kernel_pca_consistent_transform', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x146791d0>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=Fa...(truncated), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#46 function_code_fastcall (tstate=0x50589e0, co=<optimized out>, args=<optimized out>, nargs=5, globals=<optimized out>) at Objects/call.c:330
#47 0x000000000499f748 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=5, args=0x40775870, callable=<function at remote 0x13717a90>, tstate=0x50589e0) at Include/cpython/abstract.h:118
#48 method_vectorcall (method=<optimized out>, args=0x40775878, nargsf=<optimized out>, kwnames=0x0) at Objects/classobject.c:53
#49 0x00000000048c04d4 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x40775878, callable=<method at remote 0x13990280>, tstate=0x50589e0) at Include/cpython/abstract.h:118
#50 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x40775878, callable=<method at remote 0x13990280>) at Include/cpython/abstract.h:127
#51 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, tstate=<optimized out>) at Python/ceval.c:5077
#52 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:3489
#53 0x0000000004a08e5c in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x407756d0, for file /nix/store/bm1yjpyfwfdlxa1i5xw8d416v5rddnzr-python3.9-pluggy-1.0.0/lib/python3.9/site-packages/pluggy/_hooks.py, line 265, in __call__ (self=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x12c6b600>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x12bc3870>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x13bf7850>], _hookexec=<method at remote 0x13990280>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x151a9da0>, function=<function at remote 0x143411e0>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x13990400>) at remote 0x13990300>, args=(...), kwargs={'pyfuncitem': <Function(keywords=<Nod...(truncated), tstate=0x50589e0) at Include/internal/pycore_ceval.h:40
#54 _PyEval_EvalCode (tstate=tstate@entry=0x50589e0, _co=_co@entry=<code at remote 0x136f96a0>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=1, kwnames=0x3f35f328, kwargs=0x3beae660, kwcount=1, kwstep=1, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name='__call__',
qualname='_HookCaller.__call__') at Python/ceval.c:4329
#55 0x0000000004a0925e in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:396
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment