Skip to content

Instantly share code, notes, and snippets.

@charlesnicholson
Created March 2, 2018 14:49
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 charlesnicholson/24167145427a04886d30060df68e0e7d to your computer and use it in GitHub Desktop.
Save charlesnicholson/24167145427a04886d30060df68e0e7d to your computer and use it in GitHub Desktop.
PyInstaller usb-hook Linux crash details
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
431 INFO: PyInstaller: 3.4.dev0+g226a766b
432 INFO: Python: 3.6.2
433 INFO: Platform: Linux-4.4.0-83-generic-x86_64-with-Ubuntu-14.04-trusty
433 INFO: wrote <REDACTED>.spec
435 INFO: UPX is not available.
437 INFO: Extending PYTHONPATH with paths
[<REDACTED>]
437 INFO: checking Analysis
437 INFO: Building Analysis because out00-Analysis.toc is non existent
437 INFO: Initializing module dependency graph...
439 INFO: Initializing module graph hooks...
442 INFO: Analyzing base_library.zip ...
4490 INFO: running Analysis out00-Analysis.toc
4521 INFO: Caching module hooks...
4527 INFO: Analyzing <REDACTED>.py
5124 INFO: Processing pre-find module path hook distutils
8766 INFO: Processing pre-safe import module hook six.moves
16437 INFO: Processing pre-find module path hook site
16438 INFO: site: retargeting to fake-dir '<REDACTED>/pyinstaller/PyInstaller/fake-modules'
22598 INFO: Processing pre-safe import module hook win32com
26561 INFO: Loading module hooks...
26561 INFO: Loading module hook "hook-numpy.core.py"...
26802 INFO: Loading module hook "hook-sysconfig.py"...
26810 INFO: Loading module hook "hook-xml.dom.domreg.py"...
26811 INFO: Loading module hook "hook-xml.etree.cElementTree.py"...
26811 INFO: Loading module hook "hook-sqlite3.py"...
26867 INFO: Loading module hook "hook-setuptools.py"...
26929 INFO: Loading module hook "hook-cryptography.py"...
27199 INFO: Loading module hook "hook-lib2to3.py"...
27200 INFO: Loading module hook "hook-pkg_resources.py"...
27782 INFO: Loading module hook "hook-nacl.py"...
27784 INFO: Loading module hook "hook-usb.py"...
Program received signal SIGSEGV, Segmentation fault.
0x00007fffe5f9c9d5 in libusb_exit () from /lib/x86_64-linux-gnu/libusb-1.0.so.0
Thread 1 (Thread 0x7ffff7fc8740 (LWP 11287)):
#0 0x00007fffe5f9c9d5 in libusb_exit () from /lib/x86_64-linux-gnu/libusb-1.0.so.0
#1 0x00007ffff5946c7c in ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
#2 0x00007ffff59465ac in ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
#3 0x00007ffff5b5a4d3 in _call_function_pointer (argcount=1, resmem=0x7fffffff8750, restype=<optimized out>, atypes=<optimized out>, avalues=0x7fffffff8730, pProc=0x7fffe5f9c970 <libusb_exit>, flags=4353) at /build/python3.6-lhKC6J/python3.6-3.6.2/Modules/_ctypes/callproc.c:809
#4 _ctypes_callproc (pProc=pProc@entry=0x7fffe5f9c970 <libusb_exit>, argtuple=argtuple@entry=(<c_void_p at remote 0x7ffff1628e18>,), flags=4353, argtypes=argtypes@entry=(<built-in method from_param of _ctypes.PyCSimpleType object at remote 0xbccfa8>,), restype=<_ctypes.PyCSimpleType at remote 0xc016a8>, checker=0x0) at /build/python3.6-lhKC6J/python3.6-3.6.2/Modules/_ctypes/callproc.c:1147
#5 0x00007ffff5b51aef in PyCFuncPtr_call (self=<optimized out>, inargs=<optimized out>, kwds=0x0) at /build/python3.6-lhKC6J/python3.6-3.6.2/Modules/_ctypes/_ctypes.c:3870
#6 0x0000000000454182 in _PyObject_FastCallDict (func=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, args=0x7ffff21f16e0, nargs=1, kwargs=0x0) at ../Objects/abstract.c:2316
#7 0x0000000000542cd5 in call_function (pp_stack=pp_stack@entry=0x7fffffff8ac0, oparg=oparg@entry=1, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4833
#8 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#9 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff21f1558, for file <REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py, line 712, in _finalize_object (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21...(truncated)) at ../Python/ceval.c:718
#10 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'usb.backend.libusb1', '__doc__': None, '__package__': 'usb.backend', '__loader__': <SourceFileLoader(name='usb.backend.libusb1', path='<REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py') at remote 0x7ffff4ea7a20>, '__spec__': <ModuleSpec(name='usb.backend.libusb1', loader=<...>, origin='<REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/lib/python3.6/site-packages/usb/backend/__pycache__/libusb1.cpython-36.pyc', _initializing=False) at remote 0x7ffff29602e8>, '__file__': '<REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py', '__cached__': '<REDACTED>/lib/python3.6/site-packages/usb/backend/__pycache__/libusb1.cpython-36.pyc', '__builtins__': {'_...(truncated)) at ../Python/ceval.c:4891
#11 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff1620510>) at ../Python/ceval.c:4926
#12 call_function (pp_stack=pp_stack@entry=0x7fffffff8ce0, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#13 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#14 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff21f13a8, for file <REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py, line 71, in _do_finalize_object (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21...(truncated)) at ../Python/ceval.c:718
#15 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'usb._objfinalizer', '__doc__': None, '__package__': 'usb', '__loader__': <SourceFileLoader(name='usb._objfinalizer', path='<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py') at remote 0x7ffff36544e0>, '__spec__': <ModuleSpec(name='usb._objfinalizer', loader=<...>, origin='<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/_objfinalizer.cpython-36.pyc', _initializing=False) at remote 0x7ffff3654400>, '__file__': '<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py', '__cached__': '<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/_objfinalizer.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '_...(truncated)) at ../Python/ceval.c:4891
#16 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff21ebea0>) at ../Python/ceval.c:4926
#17 call_function (pp_stack=pp_stack@entry=0x7fffffff8f00, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#18 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#19 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff16393b8, for file <REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py, line 104, in _do_finalize_object_ref (obj_ref=<weakref at remote 0x7ffff162ccc8>, obj=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_Fun...(truncated)) at ../Python/ceval.c:718
#20 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff15fe780>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff2cb8df0, argcount=1, kwnames=kwnames@entry=0x7ffff7f88060, kwargs=kwargs@entry=0x7ffff7f88068, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#21 0x0000000000543a43 in PyEval_EvalCodeEx (_co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff2cb8df0, argcount=<optimized out>, kws=kws@entry=0x7ffff7f88060, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=0x0, closure=0x0) at ../Python/ceval.c:4160
#22 0x00000000004846e7 in function_call (func=<function at remote 0x7ffff21eb6a8>, arg=(<weakref at remote 0x7ffff162ccc8>,), kw={}) at ../Objects/funcobject.c:604
#23 0x0000000000453fa0 in PyObject_Call (func=func@entry=<function at remote 0x7ffff21eb6a8>, args=args@entry=(<weakref at remote 0x7ffff162ccc8>,), kwargs=kwargs@entry={}) at ../Objects/abstract.c:2246
#24 0x0000000000548a28 in do_call_core (kwdict={}, callargs=(<weakref at remote 0x7ffff162ccc8>,), func=<function at remote 0x7ffff21eb6a8>) at ../Python/ceval.c:5078
#25 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3377
#26 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff163c5a0, for file /usr/lib/python3.6/weakref.py, line 548, in __call__ (self=<finalize at remote 0x7ffff43fb1f0>, _=None, info=<_Info at remote 0x7ffff1612888>)) at ../Python/ceval.c:718
#27 _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff6961150>, globals=globals@entry={'__name__': 'weakref', '__doc__': 'Weak reference support for Python.\n\nThis module is an implementation of PEP 205:\n\nhttp://www.python.org/dev/peps/pep-0205/\n', '__package__': '', '__loader__': <SourceFileLoader(name='weakref', path='/usr/lib/python3.6/weakref.py') at remote 0x7ffff7e5bd30>, '__spec__': <ModuleSpec(name='weakref', loader=<...>, origin='/usr/lib/python3.6/weakref.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3.6/__pycache__/weakref.cpython-36.pyc', _initializing=False) at remote 0x7ffff69a39b0>, '__file__': '/usr/lib/python3.6/weakref.py', '__cached__': '/usr/lib/python3.6/__pycache__/weakref.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=<type at remote 0xa882a8>, origin=None...(truncated), locals=locals@entry=0x0, args=args@entry=0x7fffffff9480, argcount=argcount@entry=1, kwnames=kwnames@entry=0x0, kwargs=0x8, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=0x7ffff6963060, defcount=1, kwdefs=0x0, closure=0x0, name='__call__', qualname='finalize.__call__') at ../Python/ceval.c:4139
#28 0x000000000054bbda in _PyFunction_FastCallDict (func=func@entry=<function at remote 0x7ffff6966950>, args=args@entry=0x7fffffff9480, nargs=nargs@entry=1, kwargs=kwargs@entry=0x0) at ../Python/ceval.c:5042
#29 0x00000000004542cf in _PyObject_FastCallDict (func=<function at remote 0x7ffff6966950>, args=0x7fffffff9480, nargs=1, kwargs=0x0) at ../Objects/abstract.c:2295
#30 0x00000000004543cb in _PyObject_Call_Prepend (func=<function at remote 0x7ffff6966950>, obj=<finalize at remote 0x7ffff43fb1f0>, args=(), kwargs=0x0) at ../Objects/abstract.c:2358
#31 0x0000000000453fa0 in PyObject_Call (func=func@entry=<method at remote 0x7ffff1fa1cc8>, args=args@entry=(), kwargs=kwargs@entry=0x0) at ../Objects/abstract.c:2246
#32 0x00000000004c8773 in slot_tp_call (self=<finalize at remote 0x7ffff43fb1f0>, args=(), kwds=0x0) at ../Objects/typeobject.c:6194
#33 0x0000000000454182 in _PyObject_FastCallDict (func=<finalize at remote 0x7ffff43fb1f0>, args=0x7ffff1eea1d0, nargs=0, kwargs=0x0) at ../Objects/abstract.c:2316
#34 0x0000000000542cd5 in call_function (pp_stack=pp_stack@entry=0x7fffffff96e0, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4833
#35 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#36 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff1eea048, for file <REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py, line 144, in finalize (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, li...(truncated)) at ../Python/ceval.c:718
#37 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'usb._objfinalizer', '__doc__': None, '__package__': 'usb', '__loader__': <SourceFileLoader(name='usb._objfinalizer', path='<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py') at remote 0x7ffff36544e0>, '__spec__': <ModuleSpec(name='usb._objfinalizer', loader=<...>, origin='<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/_objfinalizer.cpython-36.pyc', _initializing=False) at remote 0x7ffff3654400>, '__file__': '<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py', '__cached__': '<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/_objfinalizer.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '_...(truncated)) at ../Python/ceval.c:4891
#38 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff15fd1e0>) at ../Python/ceval.c:4926
#39 call_function (pp_stack=pp_stack@entry=0x7fffffff9900, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#40 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#41 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff1eea890, for file <REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py, line 84, in __del__ (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libu...(truncated)) at ../Python/ceval.c:718
#42 _PyFunction_FastCall (co=co@entry=0x7ffff15fe660, args=<optimized out>, args@entry=0x7fffffff9b00, nargs=nargs@entry=1, globals=globals@entry={'__name__': 'usb._objfinalizer', '__doc__': None, '__package__': 'usb', '__loader__': <SourceFileLoader(name='usb._objfinalizer', path='<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py') at remote 0x7ffff36544e0>, '__spec__': <ModuleSpec(name='usb._objfinalizer', loader=<...>, origin='<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/_objfinalizer.cpython-36.pyc', _initializing=False) at remote 0x7ffff3654400>, '__file__': '<REDACTED>/lib/python3.6/site-packages/usb/_objfinalizer.py', '__cached__': '<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/_objfinalizer.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '_...(truncated)) at ../Python/ceval.c:4891
#43 0x000000000054bcb6 in _PyFunction_FastCallDict (func=func@entry=<function at remote 0x7ffff15fd048>, args=args@entry=0x7fffffff9b00, nargs=nargs@entry=1, kwargs=kwargs@entry=0x0) at ../Python/ceval.c:4993
#44 0x00000000004542cf in _PyObject_FastCallDict (func=<function at remote 0x7ffff15fd048>, args=0x7fffffff9b00, nargs=1, kwargs=0x0) at ../Objects/abstract.c:2295
#45 0x00000000004543cb in _PyObject_Call_Prepend (func=<function at remote 0x7ffff15fd048>, obj=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libusb_close=<_FuncPtr(__name__='libusb_close') at remote 0x7ffff21f7c00>, libusb_set_configuration=<_FuncPtr(__name__='libusb_set_configuration') at remote 0x7ffff21f7...(truncated), args=(), kwargs=0x0) at ../Objects/abstract.c:2358
#46 0x0000000000454182 in _PyObject_FastCallDict (func=<method at remote 0x7ffff3d63588>, args=0x0, nargs=nargs@entry=0, kwargs=kwargs@entry=0x0) at ../Objects/abstract.c:2316
#47 0x0000000000543e8e in PyEval_CallObjectWithKeywords (func=func@entry=<method at remote 0x7ffff3d63588>, args=args@entry=0x0, kwargs=kwargs@entry=0x0) at ../Python/ceval.c:4726
#48 0x00000000004cb471 in slot_tp_finalize (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libusb_close=<_FuncPtr(__name__='libusb_close') at remote 0x7ffff21f7c00>, libusb_set_configuration=<_FuncPtr(__name__='libusb_set_configuration') at remote 0x7ffff21f7...(truncated)) at ../Objects/typeobject.c:6450
#49 0x00000000004af551 in PyObject_CallFinalizer (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libusb_close=<_FuncPtr(__name__='libusb_close') at remote 0x7ffff21f7c00>, libusb_set_configuration=<_FuncPtr(__name__='libusb_set_configuration') at remote 0x7ffff21f7...(truncated)) at ../Objects/object.c:297
#50 PyObject_CallFinalizerFromDealloc (self=self@entry=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libusb_close=<_FuncPtr(__name__='libusb_close') at remote 0x7ffff21f7c00>, libusb_set_configuration=<_FuncPtr(__name__='libusb_set_configuration') at remote 0x7ffff21f7...(truncated)) at ../Objects/object.c:314
#51 0x00000000004bf06a in subtype_dealloc (self=<_LibUSB(_finalize_called=True, _finalizer=<finalize at remote 0x7ffff43fb1f0>, lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libusb_close=<_FuncPtr(__name__='libusb_close') at remote 0x7ffff21f7c00>, libusb_set_configuration=<_FuncPtr(__name__='libusb_set_configuration') at remote 0x7ffff21f7...(truncated)) at ../Objects/typeobject.c:1151
#52 0x0000000000482cc2 in frame_dealloc (f=Frame 0x7ffff163c210, for file <REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py, line 708, in __init__ (lib=<CDLL(_name='libusb-1.0.so.0', _FuncPtr=<_ctypes.PyCFuncPtrType at remote 0x1189a28>, _handle=27997072, libusb_init=<_FuncPtr(__name__='libusb_init') at remote 0x7ffff21f75c0>, libusb_set_debug=<_FuncPtr(__name__='libusb_set_debug') at remote 0x7ffff21f7688>, libusb_exit=<_FuncPtr(__name__='libusb_exit') at remote 0x7ffff21f7750>, libusb_get_device_list=<_FuncPtr(__name__='libusb_get_device_list') at remote 0x7ffff21f7818>, libusb_free_device_list=<_FuncPtr(__name__='libusb_free_device_list') at remote 0x7ffff21f78e0>, libusb_ref_device=<_FuncPtr(__name__='libusb_ref_device') at remote 0x7ffff21f79a8>, libusb_unref_device=<_FuncPtr(__name__='libusb_unref_device') at remote 0x7ffff21f7a70>, libusb_open=<_FuncPtr(__name__='libusb_open') at remote 0x7ffff21f7b38>, libusb_close=<_FuncPtr(__name__='libusb_close') at remote 0x7ffff21f7c00>, libusb_set...(truncated)) at ../Objects/frameobject.c:423
#53 0x0000000000437937 in tb_dealloc (tb=0x7ffff29d5e08) at ../Python/traceback.c:55
#54 0x0000000000437947 in tb_dealloc (tb=0x7ffff29d57c8) at ../Python/traceback.c:54
#55 0x000000000054452c in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3567
#56 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff20c3e10, for file <REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py, line 952, in get_backend (find_library=None)) at ../Python/ceval.c:718
#57 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'usb.backend.libusb1', '__doc__': None, '__package__': 'usb.backend', '__loader__': <SourceFileLoader(name='usb.backend.libusb1', path='<REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py') at remote 0x7ffff4ea7a20>, '__spec__': <ModuleSpec(name='usb.backend.libusb1', loader=<...>, origin='<REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/lib/python3.6/site-packages/usb/backend/__pycache__/libusb1.cpython-36.pyc', _initializing=False) at remote 0x7ffff29602e8>, '__file__': '<REDACTED>/lib/python3.6/site-packages/usb/backend/libusb1.py', '__cached__': '<REDACTED>/lib/python3.6/site-packages/usb/backend/__pycache__/libusb1.cpython-36.pyc', '__builtins__': {'_...(truncated)) at ../Python/ceval.c:4891
#58 0x0000000000543083 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff160e9d8>) at ../Python/ceval.c:4933
#59 call_function (pp_stack=pp_stack@entry=0x7fffffff9fa0, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#60 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#61 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x1bbe798, for file <REDACTED>/lib/python3.6/site-packages/usb/core.py, line 1258, in find (find_all=False, args={}, device_iter=<function at remote 0x7ffff184cae8>, libusb1=<module at remote 0x7ffff16045e8>, libusb0=<module at remote 0x7ffff161d458>, openusb=<module at remote 0x7ffff1626638>, m=<module at remote 0x7ffff16045e8>)) at ../Python/ceval.c:718
#62 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff162e810>, globals=globals@entry={'__name__': 'usb.core', '__doc__': 'usb.core - Core USB features.\n\nThis module exports:\n\nDevice - a class representing a USB device.\nConfiguration - a class representing a configuration descriptor.\nInterface - a class representing an interface descriptor.\nEndpoint - a class representing an endpoint descriptor.\nfind() - a function to find USB devices.\nshow_devices() - a function to show the devices present.\n', '__package__': 'usb', '__loader__': <SourceFileLoader(name='usb.core', path='<REDACTED>/lib/python3.6/site-packages/usb/core.py') at remote 0x7ffff29c0278>, '__spec__': <ModuleSpec(name='usb.core', loader=<...>, origin='<REDACTED>/lib/python3.6/site-packages/usb/core.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/lib/python3.6/site-packages/usb/__pycache__/core.cpython-36.pyc', _initializing=False) at remote ...(truncated), locals=locals@entry=0x0, args=<optimized out>, argcount=0, kwnames=0x0, kwargs=kwargs@entry=0x1afdbf8, kwcount=0, kwstep=kwstep@entry=1, defs=0x7ffff3b248d0, defcount=defcount@entry=3, kwdefs=0x0, closure=0x0, name=name@entry='find', qualname='find') at ../Python/ceval.c:4139
#63 0x0000000000542e7f in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff15fd400>) at ../Python/ceval.c:4950
#64 call_function (pp_stack=pp_stack@entry=0x7fffffffa230, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#65 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#66 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x1afda78, for file <REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py, line 34, in <module> ()) at ../Python/ceval.c:718
#67 _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff21ee300>, globals=globals@entry={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), locals=locals@entry={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0x8, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#68 0x0000000000543990 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals=locals@entry={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), globals=globals@entry={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), _co=_co@entry=<code at remote 0x7ffff21ee300>) at ../Python/ceval.c:4160
#69 PyEval_EvalCode (co=co@entry=<code at remote 0x7ffff21ee300>, globals=globals@entry={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), locals=locals@entry={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated)) at ../Python/ceval.c:695
#70 0x0000000000540dba in builtin_exec_impl (module=<optimized out>, locals={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), globals={'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__builtins__': {'__name__': 'builtins...(truncated), source=<code at remote 0x7ffff21ee300>) at ../Python/bltinmodule.c:974
#71 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:281
#72 0x00000000004ad031 in PyCFunction_Call (func=func@entry=<built-in method exec of module object at remote 0x7ffff7fc1638>, args=args@entry=(<code at remote 0x7ffff21ee300>, {'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__b...(truncated), kwds=kwds@entry={}) at ../Objects/methodobject.c:114
#73 0x000000000054ac77 in do_call_core (kwdict={}, callargs=(<code at remote 0x7ffff21ee300>, {'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', '__b...(truncated), func=<built-in method exec of module object at remote 0x7ffff7fc1638>) at ../Python/ceval.c:5074
#74 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3377
#75 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff1ee1cc0, for file <frozen importlib._bootstrap>, line 205, in _call_with_frames_removed (f=<built-in method exec of module object at remote 0x7ffff7fc1638>, args=(<code at remote 0x7ffff21ee300>, {'__name__': '__PyInstaller_hooks_0_usb', '__doc__': None, '__package__': '', '__loader__': <SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__spec__': <ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, '__file__': '<REDACTED>/src/pyinstaller/PyIns...(truncated)) at ../Python/ceval.c:718
#76 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff7fb3e40>, globals=globals@entry={'__name__': 'importlib._bootstrap', '__doc__': 'Core implementation of import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib', loader=<type at remote 0xa88b88>, origin=None, loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None) at remote 0x7ffff7f816d8>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=<type at remote 0xa882a8>, origin=None, loader_state=N...(truncated), locals=locals@entry=0x0, args=<optimized out>, argcount=3, kwnames=0x0, kwargs=kwargs@entry=0x7ffff46c81f8, kwcount=0, kwstep=kwstep@entry=1, defs=0x0, defcount=defcount@entry=0, kwdefs=0x0, closure=0x0, name=name@entry='_call_with_frames_removed', qualname='_call_with_frames_removed') at ../Python/ceval.c:4139
#77 0x0000000000542e7f in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f9eea0>) at ../Python/ceval.c:4950
#78 call_function (pp_stack=pp_stack@entry=0x7fffffffa7c0, oparg=oparg@entry=3, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#79 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#80 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff46c8048, for file <frozen importlib._bootstrap_external>, line 678, in exec_module (self=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, module=<module at remote 0x7ffff21db9f8>, code=<code at remote 0x7ffff21ee300>)) at ../Python/ceval.c:718
#81 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=2, globals=globals@entry={'__name__': 'importlib._bootstrap_external', '__doc__': 'Core implementation of path-based import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib_external', loader=<type at remote 0xa88b88>, origin='frozen', loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None, _initializing=False) at remote 0x7ffff7f81b38>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=...(truncated)) at ../Python/ceval.c:4891
#82 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f258c8>) at ../Python/ceval.c:4926
#83 call_function (pp_stack=pp_stack@entry=0x7fffffffa9e0, oparg=oparg@entry=1, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#84 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#85 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff2197c48, for file <frozen importlib._bootstrap>, line 655, in _load_unlocked (spec=<ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>, module=<module at remote 0x7ffff21db9f8>)) at ../Python/ceval.c:718
#86 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'importlib._bootstrap', '__doc__': 'Core implementation of import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib', loader=<type at remote 0xa88b88>, origin=None, loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None) at remote 0x7ffff7f816d8>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=<type at remote 0xa882a8>, origin=None, loader_state=N...(truncated)) at ../Python/ceval.c:4891
#87 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f7fbf8>) at ../Python/ceval.c:4926
#88 call_function (pp_stack=pp_stack@entry=0x7fffffffac00, oparg=oparg@entry=1, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#89 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#90 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x10283c8, for file <frozen importlib._bootstrap>, line 675, in _load (spec=<ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>)) at ../Python/ceval.c:718
#91 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'importlib._bootstrap', '__doc__': 'Core implementation of import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib', loader=<type at remote 0xa88b88>, origin=None, loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None) at remote 0x7ffff7f816d8>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=<type at remote 0xa882a8>, origin=None, loader_state=N...(truncated)) at ../Python/ceval.c:4891
#92 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f7fc80>) at ../Python/ceval.c:4926
#93 call_function (pp_stack=pp_stack@entry=0x7fffffffae20, oparg=oparg@entry=1, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#94 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#95 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xe5c248, for file <frozen importlib._bootstrap>, line 251, in _load_module_shim (self=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, fullname='__PyInstaller_hooks_0_usb', spec=<ModuleSpec(name='__PyInstaller_hooks_0_usb', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/hooks/__pycache__/hook-usb.cpython-36.pyc', _initializing=True) at remote 0x7ffff2dfa0b8>)) at ../Python/ceval.c:718
#96 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=2, globals=globals@entry={'__name__': 'importlib._bootstrap', '__doc__': 'Core implementation of import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib', loader=<type at remote 0xa88b88>, origin=None, loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None) at remote 0x7ffff7f816d8>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=<type at remote 0xa882a8>, origin=None, loader_state=N...(truncated)) at ../Python/ceval.c:4891
#97 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f7f158>) at ../Python/ceval.c:4926
#98 call_function (pp_stack=pp_stack@entry=0x7fffffffb040, oparg=oparg@entry=2, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#99 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#100 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x111f648, for file <frozen importlib._bootstrap_external>, line 682, in load_module (self=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, fullname='__PyInstaller_hooks_0_usb')) at ../Python/ceval.c:718
#101 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=2, globals=globals@entry={'__name__': 'importlib._bootstrap_external', '__doc__': 'Core implementation of path-based import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib_external', loader=<type at remote 0xa88b88>, origin='frozen', loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None, _initializing=False) at remote 0x7ffff7f81b38>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=...(truncated)) at ../Python/ceval.c:4891
#102 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f25950>) at ../Python/ceval.c:4926
#103 call_function (pp_stack=pp_stack@entry=0x7fffffffb260, oparg=oparg@entry=1, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#104 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#105 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xdde0f8, for file <frozen importlib._bootstrap_external>, line 823, in load_module (self=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, fullname='__PyInstaller_hooks_0_usb')) at ../Python/ceval.c:718
#106 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff7f1a030>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff18713e0, argcount=2, kwnames=kwnames@entry=0x7ffff7f88060, kwargs=kwargs@entry=0x7ffff7f88068, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=(<cell at remote 0x7ffff7f88fa8>,), name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#107 0x0000000000543a43 in PyEval_EvalCodeEx (_co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff18713e0, argcount=<optimized out>, kws=kws@entry=0x7ffff7f88060, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=0x0, closure=(<cell at remote 0x7ffff7f88fa8>,)) at ../Python/ceval.c:4160
#108 0x00000000004846e7 in function_call (func=<function at remote 0x7ffff7f25f28>, arg=(<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__PyInstaller_hooks_0_usb'), kw={}) at ../Objects/funcobject.c:604
#109 0x0000000000453fa0 in PyObject_Call (func=func@entry=<function at remote 0x7ffff7f25f28>, args=args@entry=(<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__PyInstaller_hooks_0_usb'), kwargs=kwargs@entry={}) at ../Objects/abstract.c:2246
#110 0x0000000000548a28 in do_call_core (kwdict={}, callargs=(<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, '__PyInstaller_hooks_0_usb'), func=<function at remote 0x7ffff7f25f28>) at ../Python/ceval.c:5078
#111 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3377
#112 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x14903b8, for file <frozen importlib._bootstrap_external>, line 399, in _check_name_wrapper (self=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>, name='__PyInstaller_hooks_0_usb', args=(), kwargs={})) at ../Python/ceval.c:718
#113 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff7f78ed0>, globals=globals@entry={'__name__': 'importlib._bootstrap_external', '__doc__': 'Core implementation of path-based import.\n\nThis module is NOT meant to be directly imported! It has been designed such\nthat it can be bootstrapped into Python as the implementation of import. As\nsuch it requires the injection of specific modules and attributes in order to\nwork. One should use importlib as the public-facing version of this module.\n\n', '__package__': 'importlib', '__loader__': <type at remote 0xa88b88>, '__spec__': <ModuleSpec(name='_frozen_importlib_external', loader=<type at remote 0xa88b88>, origin='frozen', loader_state=None, submodule_search_locations=None, _set_fileattr=False, _cached=None, _initializing=False) at remote 0x7ffff7f81b38>, '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <type at remote 0xa882a8>, '__spec__': <ModuleSpec(name='builtins', loader=...(truncated), locals=locals@entry=0x0, args=<optimized out>, argcount=1, kwnames=0x0, kwargs=kwargs@entry=0xdc7a30, kwcount=0, kwstep=kwstep@entry=1, defs=0x7ffff7f0f958, defcount=defcount@entry=1, kwdefs=0x0, closure=(<cell at remote 0x7ffff7f88fd8>,), name=name@entry='load_module', qualname='FileLoader.load_module') at ../Python/ceval.c:4139
#114 0x0000000000542e7f in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff7f27048>) at ../Python/ceval.c:4950
#115 call_function (pp_stack=pp_stack@entry=0x7fffffffb800, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#116 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#117 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xdc7898, for file <REDACTED>/src/pyinstaller/PyInstaller/compat.py, line 744, in importlib_load_source (name='__PyInstaller_hooks_0_usb', pathname='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', mod_loader=<SourceFileLoader(name='__PyInstaller_hooks_0_usb', path='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py') at remote 0x7ffff2dfa080>)) at ../Python/ceval.c:718
#118 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=2, globals=globals@entry={'__name__': 'PyInstaller.compat', '__doc__': '\nVarious classes and functions to provide some backwards-compatibility\nwith previous versions of Python from 2.7 onward.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.compat', path='<REDACTED>/src/pyinstaller/PyInstaller/compat.py') at remote 0x7ffff693b4a8>, '__spec__': <ModuleSpec(name='PyInstaller.compat', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/compat.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/compat.cpython-36.pyc', _initializing=False) at remote 0x7ffff693b4e0>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/compat.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/_...(truncated)) at ../Python/ceval.c:4891
#119 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff67e6158>) at ../Python/ceval.c:4926
#120 call_function (pp_stack=pp_stack@entry=0x7fffffffba20, oparg=oparg@entry=2, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#121 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#122 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff2181230, for file <REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py, line 377, in _load_hook_module (self=<ModuleHook(module_graph=<weakproxy at remote 0x7ffff46f7228>, module_name='usb', hook_filename='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', hook_module_name='__PyInstaller_hooks_0_usb', _hook_module=None) at remote 0x7ffff40cb400>)) at ../Python/ceval.c:718
#123 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'PyInstaller.building.imphook', '__doc__': '\nCode related to processing of import hooks.\n', '__package__': 'PyInstaller.building', '__loader__': <SourceFileLoader(name='PyInstaller.building.imphook', path='<REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py') at remote 0x7ffff475c828>, '__spec__': <ModuleSpec(name='PyInstaller.building.imphook', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/imphook.cpython-36.pyc', _initializing=False) at remote 0x7ffff475c7f0>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller...(truncated)) at ../Python/ceval.c:4891
#124 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff475fd08>) at ../Python/ceval.c:4926
#125 call_function (pp_stack=pp_stack@entry=0x7fffffffbc40, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#126 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#127 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x1922238, for file <REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py, line 410, in post_graph (self=<ModuleHook(module_graph=<weakproxy at remote 0x7ffff46f7228>, module_name='usb', hook_filename='<REDACTED>/src/pyinstaller/PyInstaller/hooks/hook-usb.py', hook_module_name='__PyInstaller_hooks_0_usb', _hook_module=None) at remote 0x7ffff40cb400>)) at ../Python/ceval.c:718
#128 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'PyInstaller.building.imphook', '__doc__': '\nCode related to processing of import hooks.\n', '__package__': 'PyInstaller.building', '__loader__': <SourceFileLoader(name='PyInstaller.building.imphook', path='<REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py') at remote 0x7ffff475c828>, '__spec__': <ModuleSpec(name='PyInstaller.building.imphook', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/imphook.cpython-36.pyc', _initializing=False) at remote 0x7ffff475c7f0>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/building/imphook.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller...(truncated)) at ../Python/ceval.c:4891
#129 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff475fd90>) at ../Python/ceval.c:4926
#130 call_function (pp_stack=pp_stack@entry=0x7fffffffbe60, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#131 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#132 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xda6788, for file <REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py, line 472, in assemble (self=<Analysis(invcnum=0, tocfilename='<REDACTED>/out00-Analysis.toc', tocbasename='out00-Analysis.toc', dependencies=<TOC(filenames=set()) at remote 0x7ffff46ceae8>, inputs=['<REDACTED>.py'], pathex=['<REDACTED>', '<REDACTED>'], hiddenimports=['codecs'], hookspath=['<REDACTED>/pyinstaller-hooks'], custom_runtime_hooks=[], excludes=[], scripts=<TOC(filenames=set()) at remote 0x7ffff46ce908>, pure=<TOC(filenames=set()) at remote 0x7ffff46ce8b8>, binaries=<TOC(filenames={'libz.so.1', 'libexpat.so.1'}) at remote 0x7ffff46ce9a8>, zipfiles=<TOC(filenames=set()) at remote 0x7ffff46ce9f8>, zipped_data=<TOC(filenames=set()) at remote 0x7ffff46cea48>, da...(truncated)) at ../Python/ceval.c:718
#133 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'PyInstaller.building.build_main', '__doc__': '\nBuild packages using spec files.\n\nNOTE: All global variables, classes and imported modules create API\n for .spec files.\n', '__package__': 'PyInstaller.building', '__loader__': <SourceFileLoader(name='PyInstaller.building.build_main', path='<REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py') at remote 0x7ffff5e32a20>, '__spec__': <ModuleSpec(name='PyInstaller.building.build_main', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/build_main.cpython-36.pyc', _initializing=False) at remote 0x7ffff5e32898>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/building/build_main...(truncated)) at ../Python/ceval.c:4891
#134 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff46dde18>) at ../Python/ceval.c:4926
#135 call_function (pp_stack=pp_stack@entry=0x7fffffffc080, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#136 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#137 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xdb4b28, for file <REDACTED>/src/pyinstaller/PyInstaller/building/datastruct.py, line 161, in __postinit__ (self=<Analysis(invcnum=0, tocfilename='<REDACTED>/out00-Analysis.toc', tocbasename='out00-Analysis.toc', dependencies=<TOC(filenames=set()) at remote 0x7ffff46ceae8>, inputs=['<REDACTED>.py'], pathex=['<REDACTED>', '<REDACTED>'], hiddenimports=['codecs'], hookspath=['<REDACTED>/pyinstaller-hooks'], custom_runtime_hooks=[], excludes=[], scripts=<TOC(filenames=set()) at remote 0x7ffff46ce908>, pure=<TOC(filenames=set()) at remote 0x7ffff46ce8b8>, binaries=<TOC(filenames={'libz.so.1', 'libexpat.so.1'}) at remote 0x7ffff46ce9a8>, zipfiles=<TOC(filenames=set()) at remote 0x7ffff46ce9f8>, zipped_data=<TOC(filenames=set()) at remote 0x7ffff46cea48>...(truncated)) at ../Python/ceval.c:718
#138 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=1, globals=globals@entry={'__name__': 'PyInstaller.building.datastruct', '__doc__': None, '__package__': 'PyInstaller.building', '__loader__': <SourceFileLoader(name='PyInstaller.building.datastruct', path='<REDACTED>/src/pyinstaller/PyInstaller/building/datastruct.py') at remote 0x7ffff474d400>, '__spec__': <ModuleSpec(name='PyInstaller.building.datastruct', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/building/datastruct.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/datastruct.cpython-36.pyc', _initializing=False) at remote 0x7ffff474d4e0>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/building/datastruct.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/da...(truncated)) at ../Python/ceval.c:4891
#139 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff4763510>) at ../Python/ceval.c:4926
#140 call_function (pp_stack=pp_stack@entry=0x7fffffffc2a0, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#141 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#142 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xdb9eb8, for file <REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py, line 213, in __init__ (self=<Analysis(invcnum=0, tocfilename='<REDACTED>/out00-Analysis.toc', tocbasename='out00-Analysis.toc', dependencies=<TOC(filenames=set()) at remote 0x7ffff46ceae8>, inputs=['<REDACTED>.py'], pathex=['<REDACTED>', '<REDACTED>'], hiddenimports=['codecs'], hookspath=['<REDACTED>/pyinstaller-hooks'], custom_runtime_hooks=[], excludes=[], scripts=<TOC(filenames=set()) at remote 0x7ffff46ce908>, pure=<TOC(filenames=set()) at remote 0x7ffff46ce8b8>, binaries=<TOC(filenames={'libz.so.1', 'libexpat.so.1'}) at remote 0x7ffff46ce9a8>, zipfiles=<TOC(filenames=set()) at remote 0x7ffff46ce9f8>, zipped_data=<TOC(filenames=set()) at remote 0x7ffff46cea48>, da...(truncated)) at ../Python/ceval.c:718
#143 _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff5f61930>, globals=globals@entry={'__name__': 'PyInstaller.building.build_main', '__doc__': '\nBuild packages using spec files.\n\nNOTE: All global variables, classes and imported modules create API\n for .spec files.\n', '__package__': 'PyInstaller.building', '__loader__': <SourceFileLoader(name='PyInstaller.building.build_main', path='<REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py') at remote 0x7ffff5e32a20>, '__spec__': <ModuleSpec(name='PyInstaller.building.build_main', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/build_main.cpython-36.pyc', _initializing=False) at remote 0x7ffff5e32898>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/building/build_main...(truncated), locals=locals@entry=0x0, args=args@entry=0x7fffffffc510, argcount=argcount@entry=2, kwnames=kwnames@entry=0x7ffff47d8950, kwargs=0x7ffff47d8958, kwcount=20, kwcount@entry=10, kwstep=kwstep@entry=2, defs=0x7ffff5f52e60, defcount=10, kwdefs=0x0, closure=(<cell at remote 0x7ffff68fd708>,), name='__init__', qualname='Analysis.__init__') at ../Python/ceval.c:4139
#144 0x000000000054bbda in _PyFunction_FastCallDict (func=func@entry=<function at remote 0x7ffff46ddbf8>, args=args@entry=0x7fffffffc510, nargs=nargs@entry=2, kwargs=kwargs@entry={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Python/ceval.c:5042
#145 0x00000000004542cf in _PyObject_FastCallDict (func=<function at remote 0x7ffff46ddbf8>, args=0x7fffffffc510, nargs=2, kwargs={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Objects/abstract.c:2295
#146 0x00000000004543cb in _PyObject_Call_Prepend (func=<function at remote 0x7ffff46ddbf8>, obj=<Analysis(invcnum=0, tocfilename='<REDACTED>/out00-Analysis.toc', tocbasename='out00-Analysis.toc', dependencies=<TOC(filenames=set()) at remote 0x7ffff46ceae8>, inputs=['<REDACTED>.py'], pathex=['<REDACTED>', '<REDACTED>'], hiddenimports=['codecs'], hookspath=['<REDACTED>/pyinstaller-hooks'], custom_runtime_hooks=[], excludes=[], scripts=<TOC(filenames=set()) at remote 0x7ffff46ce908>, pure=<TOC(filenames=set()) at remote 0x7ffff46ce8b8>, binaries=<TOC(filenames={'libz.so.1', 'libexpat.so.1'}) at remote 0x7ffff46ce9a8>, zipfiles=<TOC(filenames=set()) at remote 0x7ffff46ce9f8>, zipped_data=<TOC(filenames=set()) at remote 0x7ffff46cea48>, datas=<TOC(filenames={'base_library.zip'}) at remote 0x7ffff46cea98>, binding_redirects=[], win_no_prefer_redirects=False, win_private_assemblies=False, _python_ver...(truncated), args=(['../../../../../<REDACTED>.py'],), kwargs={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Objects/abstract.c:2358
#147 0x0000000000453fa0 in PyObject_Call (func=func@entry=<method at remote 0x7ffff7f80388>, args=args@entry=(['../../../../../<REDACTED>.py'],), kwargs=kwargs@entry={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Objects/abstract.c:2246
#148 0x00000000004cb2fb in slot_tp_init (self=<Analysis(invcnum=0, tocfilename='<REDACTED>/out00-Analysis.toc', tocbasename='out00-Analysis.toc', dependencies=<TOC(filenames=set()) at remote 0x7ffff46ceae8>, inputs=['<REDACTED>.py'], pathex=['<REDACTED>', '<REDACTED>'], hiddenimports=['codecs'], hookspath=['<REDACTED>/pyinstaller-hooks'], custom_runtime_hooks=[], excludes=[], scripts=<TOC(filenames=set()) at remote 0x7ffff46ce908>, pure=<TOC(filenames=set()) at remote 0x7ffff46ce8b8>, binaries=<TOC(filenames={'libz.so.1', 'libexpat.so.1'}) at remote 0x7ffff46ce9a8>, zipfiles=<TOC(filenames=set()) at remote 0x7ffff46ce9f8>, zipped_data=<TOC(filenames=set()) at remote 0x7ffff46cea48>, datas=<TOC(filenames={'base_library.zip'}) at remote 0x7ffff46cea98>, binding_redirects=[], win_no_prefer_redirects=False, win_private_assemblies=False, _python_ver...(truncated), args=(['../../../../../<REDACTED>.py'],), kwds={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Objects/typeobject.c:6407
#149 0x00000000004c2a1a in type_call (type=<optimized out>, args=(['../../../../../<REDACTED>.py'],), kwds={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Objects/typeobject.c:915
#150 0x0000000000454182 in _PyObject_FastCallDict (func=<type at remote 0xdbd698>, args=0xdb9908, nargs=1, kwargs={'pathex': ['<REDACTED>'], 'binaries': [], 'datas': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'win_no_prefer_redirects': False, 'win_private_assemblies': False, 'cipher': None}) at ../Objects/abstract.c:2316
#151 0x0000000000454684 in _PyObject_FastCallKeywords (func=<type at remote 0xdbd698>, stack=0xdb9908, nargs=1, kwnames=('pathex', 'binaries', 'datas', 'hiddenimports', 'hookspath', 'runtime_hooks', 'excludes', 'win_no_prefer_redirects', 'win_private_assemblies', 'cipher')) at ../Objects/abstract.c:2481
#152 0x0000000000542cd5 in call_function (pp_stack=pp_stack@entry=0x7fffffffc800, oparg=oparg@entry=11, kwnames=kwnames@entry=('pathex', 'binaries', 'datas', 'hiddenimports', 'hookspath', 'runtime_hooks', 'excludes', 'win_no_prefer_redirects', 'win_private_assemblies', 'cipher')) at ../Python/ceval.c:4833
#153 0x000000000054860e in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3311
#154 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xdb9788, for file <string>, line 16, in <module> ()) at ../Python/ceval.c:718
#155 _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff5f06db0>, globals=globals@entry=<unknown at remote 0x8>, locals=locals@entry=<code at remote 0x7ffff5f06db0>, args=args@entry=0x0, argcount=argcount@entry=0, kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0x8, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#156 0x0000000000543990 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals=locals@entry=<code at remote 0x7ffff5f06db0>, globals=globals@entry=<unknown at remote 0x8>, _co=_co@entry=<code at remote 0x7ffff5f06db0>) at ../Python/ceval.c:4160
#157 PyEval_EvalCode (co=co@entry=<code at remote 0x7ffff5f06db0>, globals=globals@entry={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), locals=locals@entry={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated)) at ../Python/ceval.c:695
#158 0x0000000000429ffa in run_mod (arena=0x7ffff7f5adf8, flags=0x7fffffffca60, locals={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), globals={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), filename=<optimized out>, mod=0xda7f20) at ../Python/pythonrun.c:980
#159 PyRun_StringFlags (str=str@entry=0xda6e60 "# -*- mode: python -*-\n\nblock_cipher = None\n\n\na = Analysis(['../../../../../<REDACTED>.py'],\n", ' ' <repeats 13 times>, "pathex=['<REDACTED>'],\n "..., start=start@entry=257, globals=globals@entry={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), locals=locals@entry={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), flags=0x7fffffffca60) at ../Python/pythonrun.c:904
#160 0x0000000000540d56 in builtin_exec_impl (module=<optimized out>, locals={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), globals={'DISTPATH': '<REDACTED>', 'HOMEPATH': '<REDACTED>/src/pyinstaller', 'SPEC': '<REDACTED>.spec', 'specnm': '<REDACTED>', 'SPECPATH': '<REDACTED>', 'WARNFILE': '<REDACTED>/warn<REDACTED>.txt', 'workpath': '<REDACTED>', 'TOC': <type at remote 0xd0b938>, 'Analysis': <type at remote 0xdbd698>, 'BUNDLE': <type at remote 0xb71ec8>, 'COLLECT': <type at remote 0xdbab08>, 'EXE': <type at remote 0xdba758>, 'MERGE': <type at remote 0xd9dec8>, 'PYZ': <type at remote 0xd9e328>, 'Tree': <type at remote 0xd8c148>, 'TkPKG': <function at remote 0x7ffff46e3378>, 'TkTree': <function at remote 0x7ffff46e32f0>, 'os': <module at remote 0x7ffff7e8b3b8>, 'pyi_crypto': <module at remote 0x7ffff46ce728>, '__builtins__': {'__name__': 'b...(truncated), source=<optimized out>) at ../Python/bltinmodule.c:990
#161 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:281
#162 0x00000000004ad279 in _PyCFunction_FastCallDict (kwargs=0x0, nargs=2, args=0x540c40 <builtin_exec>, func_obj=<built-in method exec of module object at remote 0x7ffff7fc1638>) at ../Objects/methodobject.c:234
#163 _PyCFunction_FastCallKeywords (func=func@entry=<built-in method exec of module object at remote 0x7ffff7fc1638>, stack=stack@entry=0xdb96c0, nargs=2, kwnames=kwnames@entry=0x0) at ../Objects/methodobject.c:294
#164 0x0000000000542f64 in call_function (pp_stack=pp_stack@entry=0x7fffffffcc70, oparg=oparg@entry=2, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4809
#165 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#166 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xdb94e8, for file <REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py, line 737, in build (spec='<REDACTED>.spec', distpath='<REDACTED>', workpath='<REDACTED>', clean_build=False, CONF={'pathex': ['<REDACTED>', '<REDACTED>'], 'noconfirm': False, 'hiddenimports': ['codecs'], 'hasUPX': 0, 'upx_dir': None, 'cachedir': '<REDACTED>/pyinstaller-cache-<REDACTED>/pyinstaller', 'ui_admin': False, 'ui_access': False, 'spec': '<REDACTED>.spec', 'specpath': '<REDACTED>', 'specnm': '<REDACTED>', 'distpath': '<REDACTED>', 'warnfile': '<REDACTED>...(truncated)) at ../Python/ceval.c:718
#167 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=4, globals=globals@entry={'__name__': 'PyInstaller.building.build_main', '__doc__': '\nBuild packages using spec files.\n\nNOTE: All global variables, classes and imported modules create API\n for .spec files.\n', '__package__': 'PyInstaller.building', '__loader__': <SourceFileLoader(name='PyInstaller.building.build_main', path='<REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py') at remote 0x7ffff5e32a20>, '__spec__': <ModuleSpec(name='PyInstaller.building.build_main', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/building/__pycache__/build_main.cpython-36.pyc', _initializing=False) at remote 0x7ffff5e32898>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/building/build_main...(truncated)) at ../Python/ceval.c:4891
#168 0x00000000005430a7 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff46ddb70>) at ../Python/ceval.c:4926
#169 call_function (pp_stack=pp_stack@entry=0x7fffffffce90, oparg=oparg@entry=4, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#170 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#171 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff4774c48, for file <REDACTED>/src/pyinstaller/PyInstaller/building/build_main.py, line 791, in main (pyi_config=None, specfile='<REDACTED>.spec', noconfirm=False, ascii=False, kw={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'upx_dir...(truncated)) at ../Python/ceval.c:718
#172 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff5eb9150>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff48cdea0, argcount=2, kwnames=kwnames@entry=0xdb8380, kwargs=kwargs@entry=0xdb8388, kwcount=66, kwcount@entry=33, kwstep=kwstep@entry=2, defs=defs@entry=0x7ffff5e1ebf8, defcount=defcount@entry=1, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#173 0x0000000000543a43 in PyEval_EvalCodeEx (_co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff48cdea0, argcount=<optimized out>, kws=kws@entry=0xdb8380, kwcount=kwcount@entry=33, defs=defs@entry=0x7ffff5e1ebf8, defcount=defcount@entry=1, kwdefs=0x0, closure=0x0) at ../Python/ceval.c:4160
#174 0x00000000004846e7 in function_call (func=<function at remote 0x7ffff46e3158>, arg=(None, '<REDACTED>.spec'), kw={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'ascii': False, 'clean_build': False, 'loglevel': 'INFO', 'filenames': ['<REDACTED>.py']}) at ../Objects/funcobject.c:604
#175 0x0000000000453fa0 in PyObject_Call (func=func@entry=<function at remote 0x7ffff46e3158>, args=args@entry=(None, '<REDACTED>.spec'), kwargs=kwargs@entry={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'ascii': False, 'clean_build': False, 'loglevel': 'INFO', 'filenames': ['<REDACTED>.py']}) at ../Objects/abstract.c:2246
#176 0x0000000000548a28 in do_call_core (kwdict={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'ascii': False, 'clean_build': False, 'loglevel': 'INFO', 'filenames': ['<REDACTED>.py']}, callargs=(None, '<REDACTED>.spec'), func=<function at remote 0x7ffff46e3158>) at ../Python/ceval.c:5078
#177 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3377
#178 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff46c83e8, for file <REDACTED>/src/pyinstaller/PyInstaller/__main__.py, line 46, in run_build (pyi_config=None, spec_file='<REDACTED>.spec', kwargs={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'as...(truncated)) at ../Python/ceval.c:718
#179 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff6930ed0>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff48cce20, argcount=2, kwnames=kwnames@entry=0xdba240, kwargs=kwargs@entry=0xdba248, kwcount=66, kwcount@entry=33, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#180 0x0000000000543a43 in PyEval_EvalCodeEx (_co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff48cce20, argcount=<optimized out>, kws=kws@entry=0xdba240, kwcount=kwcount@entry=33, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=0x0, closure=0x0) at ../Python/ceval.c:4160
#181 0x00000000004846e7 in function_call (func=<function at remote 0x7ffff5f0cae8>, arg=(None, '<REDACTED>.spec'), kw={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'ascii': False, 'clean_build': False, 'loglevel': 'INFO', 'filenames': ['<REDACTED>.py']}) at ../Objects/funcobject.c:604
#182 0x0000000000453fa0 in PyObject_Call (func=func@entry=<function at remote 0x7ffff5f0cae8>, args=args@entry=(None, '<REDACTED>.spec'), kwargs=kwargs@entry={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'ascii': False, 'clean_build': False, 'loglevel': 'INFO', 'filenames': ['<REDACTED>.py']}) at ../Objects/abstract.c:2246
#183 0x0000000000548a28 in do_call_core (kwdict={'onefile': True, 'specpath': '<REDACTED>', 'name': None, 'datas': [], 'binaries': [], 'pathex': [], 'hiddenimports': [], 'hookspath': ['<REDACTED>/pyinstaller-hooks'], 'runtime_hooks': [], 'excludes': [], 'key': None, 'debug': False, 'strip': False, 'noupx': False, 'console': True, 'icon_file': None, 'version_file': None, 'manifest': None, 'resources': [], 'uac_admin': False, 'uac_uiaccess': False, 'win_private_assemblies': False, 'win_no_prefer_redirects': False, 'bundle_identifier': None, 'runtime_tmpdir': None, 'distpath': '<REDACTED>', 'workpath': '<REDACTED>/build', 'noconfirm': False, 'upx_dir': None, 'ascii': False, 'clean_build': False, 'loglevel': 'INFO', 'filenames': ['<REDACTED>.py']}, callargs=(None, '<REDACTED>.spec'), func=<function at remote 0x7ffff5f0cae8>) at ../Python/ceval.c:5078
#184 _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3377
#185 0x0000000000541f11 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xb76a28, for file <REDACTED>/src/pyinstaller/PyInstaller/__main__.py, line 94, in run (pyi_args=None, pyi_config=None, PyInstaller=<module at remote 0x7ffff6924f98>, parser=<ArgumentParser(description=None, argument_default=None, prefix_chars='-', conflict_handler='error', _registries={'action': {None: <type at remote 0xbb6368>, 'store': <type at remote 0xbb6368>, 'store_const': <type at remote 0xbb6718>, 'store_true': <type at remote 0xbb6ac8>, 'store_false': <type at remote 0xbb6e78>, 'append': <type at remote 0xbb7228>, 'append_const': <type at remote 0xbb75d8>, 'count': <type at remote 0xbb7988>, 'help': <type at remote 0xbb24d8>, 'version': <type at remote 0xbb7d38>, 'parsers': <type at remote 0xbc2c18>}, 'type': {None: <function at remote 0x7ffff5eaba60>}}, _actions=[<_HelpAction(option_strings=['-h', '--help'], dest='help', nargs=0, const=None, default='==SUPPRESS==', type=None, choices=None, required=False, help='show this help message and exit', me...(truncated)) at ../Python/ceval.c:718
#186 _PyFunction_FastCall (co=<optimized out>, args=<optimized out>, nargs=2, globals=globals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated)) at ../Python/ceval.c:4891
#187 0x0000000000543083 in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff5eab9d8>) at ../Python/ceval.c:4933
#188 call_function (pp_stack=pp_stack@entry=0x7fffffffd6d0, oparg=oparg@entry=0, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#189 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#190 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0x7ffff6834558, for file <REDACTED>/src/pyinstaller/PyInstaller/__main__.py, line 101, in <module> ()) at ../Python/ceval.c:718
#191 _PyEval_EvalCodeWithName (_co=_co@entry=<code at remote 0x7ffff6930f60>, globals=globals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), locals=locals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0x8, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x0, defcount=defcount@entry=0, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#192 0x0000000000543990 in PyEval_EvalCodeEx (closure=0x0, kwdefs=0x0, defcount=0, defs=0x0, kwcount=0, kws=0x0, argcount=0, args=0x0, locals=locals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), globals=globals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), _co=_co@entry=<code at remote 0x7ffff6930f60>) at ../Python/ceval.c:4160
#193 PyEval_EvalCode (co=co@entry=<code at remote 0x7ffff6930f60>, globals=globals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), locals=locals@entry={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated)) at ../Python/ceval.c:695
#194 0x0000000000540dba in builtin_exec_impl (module=<optimized out>, locals={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), globals={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', '__cached__': '<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cp...(truncated), source=<code at remote 0x7ffff6930f60>) at ../Python/bltinmodule.c:974
#195 builtin_exec (module=<optimized out>, args=<optimized out>) at ../Python/clinic/bltinmodule.c.h:281
#196 0x00000000004ad279 in _PyCFunction_FastCallDict (kwargs=0x0, nargs=2, args=0x540c40 <builtin_exec>, func_obj=<built-in method exec of module object at remote 0x7ffff7fc1638>) at ../Objects/methodobject.c:234
#197 _PyCFunction_FastCallKeywords (func=func@entry=<built-in method exec of module object at remote 0x7ffff7fc1638>, stack=stack@entry=0xb299c8, nargs=2, kwnames=kwnames@entry=0x0) at ../Objects/methodobject.c:294
#198 0x0000000000542f64 in call_function (pp_stack=pp_stack@entry=0x7fffffffdab0, oparg=oparg@entry=2, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4809
#199 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#200 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xb297f8, for file /usr/lib/python3.6/runpy.py, line 85, in _run_code (code=<code at remote 0x7ffff6930f60>, run_globals={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, '__spec__': <ModuleSpec(name='PyInstaller.__main__', loader=<...>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>/src/pyinstaller/PyInstaller/__main__.p...(truncated)) at ../Python/ceval.c:718
#201 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff6993780>, globals=globals@entry={'__name__': 'runpy', '__doc__': 'runpy.py - locating and running Python code using the module namespace\n\nProvides support for locating and running Python scripts using the Python\nmodule namespace instead of the native filesystem.\n\nThis allows Python code to play nicely with non-filesystem based PEP 302\nimporters when locating support scripts as well as when importing modules.\n', '__package__': '', '__loader__': <SourceFileLoader(name='runpy', path='/usr/lib/python3.6/runpy.py') at remote 0x7ffff691f6d8>, '__spec__': <ModuleSpec(name='runpy', loader=<...>, origin='/usr/lib/python3.6/runpy.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/usr/lib/python3.6/__pycache__/runpy.cpython-36.pyc', _initializing=False) at remote 0x7ffff691f748>, '__file__': '/usr/lib/python3.6/runpy.py', '__cached__': '/usr/lib/python3.6/__pycache__/runpy.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: No...(truncated), locals=locals@entry=0x0, args=<optimized out>, argcount=5, kwnames=0x0, kwargs=kwargs@entry=0xb1ef78, kwcount=0, kwstep=kwstep@entry=1, defs=0x7ffff692d270, defcount=defcount@entry=5, kwdefs=0x0, closure=0x0, name=name@entry='_run_code', qualname='_run_code') at ../Python/ceval.c:4139
#202 0x0000000000542e7f in fast_function (kwnames=0x0, nargs=<optimized out>, stack=<optimized out>, func=<function at remote 0x7ffff69956a8>) at ../Python/ceval.c:4950
#203 call_function (pp_stack=pp_stack@entry=0x7fffffffdd40, oparg=oparg@entry=5, kwnames=kwnames@entry=0x0) at ../Python/ceval.c:4830
#204 0x0000000000547d8f in _PyEval_EvalFrameDefault (f=<optimized out>, throwflag=<optimized out>) at ../Python/ceval.c:3295
#205 0x0000000000542b81 in PyEval_EvalFrameEx (throwflag=0, f=Frame 0xb1ed98, for file /usr/lib/python3.6/runpy.py, line 193, in _run_module_as_main (mod_name='PyInstaller.__main__', alter_argv=1, mod_spec=<ModuleSpec(name='PyInstaller.__main__', loader=<SourceFileLoader(name='PyInstaller.__main__', path='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py') at remote 0x7ffff693b0b8>, origin='<REDACTED>/src/pyinstaller/PyInstaller/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='<REDACTED>/src/pyinstaller/PyInstaller/__pycache__/__main__.cpython-36.pyc') at remote 0x7ffff5f28780>, code=<code at remote 0x7ffff6930f60>, main_globals={'__name__': '__main__', '__doc__': '\nMain command-line interface to PyInstaller.\n', '__package__': 'PyInstaller', '__loader__': <...>, '__spec__': <...>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7fc1638>, '__file__': '<REDACTED>...(truncated)) at ../Python/ceval.c:718
#206 _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff69939c0>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff6922860, argcount=2, kwnames=kwnames@entry=0x0, kwargs=kwargs@entry=0x8, kwcount=kwcount@entry=0, kwstep=kwstep@entry=2, defs=defs@entry=0x7ffff691f8e8, defcount=defcount@entry=1, kwdefs=kwdefs@entry=0x0, closure=closure@entry=0x0, name=name@entry=0x0, qualname=qualname@entry=0x0) at ../Python/ceval.c:4139
#207 0x0000000000543a43 in PyEval_EvalCodeEx (_co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff6922860, argcount=<optimized out>, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x7ffff691f8e8, defcount=defcount@entry=1, kwdefs=0x0, closure=0x0) at ../Python/ceval.c:4160
#208 0x00000000004845fc in function_call (func=<function at remote 0x7ffff69361e0>, arg=('PyInstaller', 1), kw=0x0) at ../Objects/funcobject.c:604
#209 0x0000000000453fa0 in PyObject_Call (func=func@entry=<function at remote 0x7ffff69361e0>, args=args@entry=('PyInstaller', 1), kwargs=kwargs@entry=0x0) at ../Objects/abstract.c:2246
#210 0x000000000043c77b in RunModule (modname=modname@entry=0xa76430 L"PyInstaller", set_argv0=set_argv0@entry=1) at ../Modules/main.c:213
#211 0x000000000043d1cb in Py_Main (argc=argc@entry=13, argv=argv@entry=0xa75010) at ../Modules/main.c:750
#212 0x0000000000421374 in main (argc=13, argv=<optimized out>) at ../Programs/python.c:69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment