Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Upgrade Fails on MacOS on Monterey & Ventura. #71

Closed
franco640 opened this issue May 24, 2023 · 32 comments
Closed

Upgrade Fails on MacOS on Monterey & Ventura. #71

franco640 opened this issue May 24, 2023 · 32 comments
Assignees
Labels
bug Something isn't working 🍎 MacOS v0.7.0

Comments

@franco640
Copy link

Same issue as reported in #36 which was closed.

Attempting the in-app upgrade fails on MacOS.

To Reproduce
Steps to reproduce the behavior:

  1. Open the BusKill App
  2. Click on the hamburger menu
  3. Click Update
  4. See error

Expected behavior
The app should fetch and install an update

Screenshots
Screenshot 2023-05-24 at 21 30 10

Versions (please complete the following information):

  • OS: MacOS running Monterey (12.6.5) (MacBook Pro) & MacOS running Ventura 13.4 (Mac Mini)
  • BusKill: v0.6.0
@maltfield
Copy link
Member

@franco640 thanks for the report! Can you also please include the debug log?

@franco640
Copy link
Author

franco640 commented May 24, 2023

As requested Log below

21:15:26,72 root INFO ===============================================================================
21:15:26,72 root INFO INFO: Writing to log file '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/buskill.log'
21:15:26,72 root DEBUG BUSKILL_VERSION|{'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}|
21:15:26,73 root DEBUG os.environ|environ({'USER': 'franco', '__CFBundleIdentifier': 'buskill-v0.6.0', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'franco', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.FKo17QNXDj/Listeners', 'SHELL': '/usr/local/bin/bash', 'HOME': '/Users/franco', '__CF_USER_TEXT_ENCODING': '0x1F5:0:2', 'TMPDIR': '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/', 'XPC_SERVICE_NAME': 'application.buskill-v0.6.0.59389399.59389454', 'XPC_FLAGS': '0x0', 'KIVY_DATA_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/data', 'KIVY_MODULES_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/modules', 'GST_REGISTRY_FORK': 'no', 'GST_PLUGIN_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app/Contents/MacOS/gst-plugins', 'GST_REGISTRY': '/Applications/buskill-v0.6.0.app/Contents/MacOS/registry.bin', 'GST_PLUGIN_SYSTEM_PATH': ''})|
21:15:26,73 root DEBUG sys.argv|['/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill']|
21:15:26,73 root DEBUG sys.builtin_modules_names|('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')|
21:15:26,73 root DEBUG sys.executable|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
21:15:26,73 root DEBUG sys.path|['/Applications/buskill-v0.6.0.app/Contents/MacOS/base_library.zip', '/Applications/buskill-v0.6.0.app/Contents/MacOS/lib-dynload', '/Applications/buskill-v0.6.0.app/Contents/MacOS']|
21:15:26,73 root DEBUG sys.prefix|/Applications/buskill-v0.6.0.app/Contents/MacOS|
21:15:26,73 root DEBUG sys.version|3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]|
21:15:26,73 root DEBUG sys.api_version|1013|
21:15:26,73 root DEBUG sys.version_info|sys.version_info(major=3, minor=7, micro=8, releaselevel='final', serial=0)|
21:15:26,73 root DEBUG __name__|__main__|
21:15:26,73 root DEBUG sys.platform|darwin|
21:15:26,85 root DEBUG platform.platform()|Darwin-21.6.0-x86_64-i386-64bit|
21:15:26,85 root DEBUG platform.system()|Darwin|
21:15:26,85 root DEBUG platform.release()|21.6.0|
21:15:26,85 root DEBUG platform.version()|Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64|
21:15:26,85 root DEBUG platform.machine()|x86_64|
21:15:26,85 root DEBUG platform.uname()|uname_result(system='Darwin', node='Francos-MacBook.local', release='21.6.0', version='Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64', machine='x86_64', processor='i386')|
21:15:26,86 root DEBUG platform.mac_ver()|('10.16', ('', '', ''), 'x86_64')|
21:15:26,86 root INFO buskill version {'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}
21:15:26,118 packages.buskill DEBUG usb1.__version__:|3.0.0|
21:15:26,131 kivy WARNING [Config      ] Older configuration version detected (0 instead of 21)
21:15:26,131 kivy WARNING [Config      ] Upgrading configuration in progress.
21:15:26,131 kivy DEBUG [Config      ] Upgrading from 0 to 1
21:15:26,132 kivy INFO [Logger      ] Record log in /Users/franco/.kivy/logs/kivy_23-05-24_0.txt
21:15:26,132 kivy INFO [Kivy        ] v1.11.1
21:15:26,133 kivy INFO [Kivy        ] Installed at "/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy/__init__.pyc"
21:15:26,133 kivy INFO [Python      ] v3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]
21:15:26,133 kivy INFO [Python      ] Interpreter at "/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill"
21:15:26,160 kivy INFO [Factory     ] 184 symbols loaded
21:15:26,236 kivy INFO [Image       ] Providers: img_tex, img_imageio, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
21:15:26,378 kivy INFO [Window      ] Provider: sdl2
21:15:26,579 kivy INFO [GL          ] Using the "OpenGL ES 2" graphics system
21:15:26,579 kivy INFO [GL          ] Backend used <sdl2>
21:15:26,579 kivy INFO [GL          ] OpenGL version <b'2.1 ATI-4.8.101'>
21:15:26,579 kivy INFO [GL          ] OpenGL vendor <b'ATI Technologies Inc.'>
21:15:26,580 kivy INFO [GL          ] OpenGL renderer <b'AMD Radeon Pro 5500M OpenGL Engine'>
21:15:26,580 kivy INFO [GL          ] OpenGL parsed version: 2, 1
21:15:26,580 kivy INFO [GL          ] Shading version <b'1.20'>
21:15:26,580 kivy INFO [GL          ] Texture max size <16384>
21:15:26,580 kivy INFO [GL          ] Texture max units <16>
21:15:26,595 kivy INFO [Window      ] auto add sdl2 input provider
21:15:26,612 kivy INFO [Window      ] virtual keyboard not allowed, single mode, not docked
21:15:26,620 kivy INFO [Clipboard   ] Provider: sdl2(['clipboard_nspaste'] ignored)
21:15:26,631 kivy INFO [Text        ] Provider: sdl2
21:15:26,635 packages.buskill DEBUG DEBUG: EXECUTED_AS_SCRIPT:|False|
DEBUG: EXE_PATH:|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
DEBUG: EXE_DIR:|/Applications/buskill-v0.6.0.app/Contents/MacOS|
DEBUG: EXE_FILE:|buskill|
DEBUG: APP_DIR:|/Applications/buskill-v0.6.0.app|
DEBUG: APPS_DIR:|/Applications|
DEBUG: SRC_DIR:|/Applications/buskill-v0.6.0.app/Contents/MacOS|
DEBUG: os.environ['PATH']:|/usr/bin:/bin:/usr/sbin:/sbin:/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app|

21:15:26,635 packages.buskill INFO INFO: using DATA_DIR:|/Applications/.buskill|
21:15:26,676 kivy INFO [GL          ] NPOT texture support is available
21:15:26,709 kivy INFO [Base        ] Start application main loop
21:15:49,899 kivy INFO [WindowSDL   ] exiting mainloop and closing.
21:15:49,915 kivy INFO [Base        ] Leaving application in progress...
21:15:49,915 kivy WARNING stderr: [INFO/MainProcess] process shutting down
21:15:49,915 kivy WARNING stderr: [DEBUG/MainProcess] running all "atexit" finalizers with priority >= 0
21:15:49,915 kivy WARNING stderr: [DEBUG/MainProcess] running the remaining "atexit" finalizers
21:15:53,88 root INFO ===============================================================================
21:15:53,88 root INFO INFO: Writing to log file '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/buskill.log'
21:15:53,88 root DEBUG BUSKILL_VERSION|{'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}|
21:15:53,88 root DEBUG os.environ|environ({'USER': 'franco', 'MallocNanoZone': '0', '__CFBundleIdentifier': 'buskill-v0.6.0', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'franco', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.FKo17QNXDj/Listeners', 'SHELL': '/usr/local/bin/bash', 'MallocSpaceEfficient': '0', 'HOME': '/Users/franco', '__CF_USER_TEXT_ENCODING': '0x1F5:0:2', 'TMPDIR': '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/', 'XPC_SERVICE_NAME': 'application.buskill-v0.6.0.59389399.59389454', 'XPC_FLAGS': '0x0', 'KIVY_DATA_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/data', 'KIVY_MODULES_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/modules', 'GST_REGISTRY_FORK': 'no', 'GST_PLUGIN_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app/Contents/MacOS/gst-plugins', 'GST_REGISTRY': '/Applications/buskill-v0.6.0.app/Contents/MacOS/registry.bin', 'GST_PLUGIN_SYSTEM_PATH': ''})|
21:15:53,88 root DEBUG sys.argv|['/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill']|
21:15:53,88 root DEBUG sys.builtin_modules_names|('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')|
21:15:53,88 root DEBUG sys.executable|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
21:15:53,88 root DEBUG sys.path|['/Applications/buskill-v0.6.0.app/Contents/MacOS/base_library.zip', '/Applications/buskill-v0.6.0.app/Contents/MacOS/lib-dynload', '/Applications/buskill-v0.6.0.app/Contents/MacOS']|
21:15:53,88 root DEBUG sys.prefix|/Applications/buskill-v0.6.0.app/Contents/MacOS|
21:15:53,89 root DEBUG sys.version|3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]|
21:15:53,89 root DEBUG sys.api_version|1013|
21:15:53,89 root DEBUG sys.version_info|sys.version_info(major=3, minor=7, micro=8, releaselevel='final', serial=0)|
21:15:53,89 root DEBUG __name__|__main__|
21:15:53,89 root DEBUG sys.platform|darwin|
21:15:53,98 root DEBUG platform.platform()|Darwin-21.6.0-x86_64-i386-64bit|
21:15:53,98 root DEBUG platform.system()|Darwin|
21:15:53,98 root DEBUG platform.release()|21.6.0|
21:15:53,98 root DEBUG platform.version()|Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64|
21:15:53,98 root DEBUG platform.machine()|x86_64|
21:15:53,98 root DEBUG platform.uname()|uname_result(system='Darwin', node='Francos-MacBook.local', release='21.6.0', version='Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64', machine='x86_64', processor='i386')|
21:15:53,99 root DEBUG platform.mac_ver()|('10.16', ('', '', ''), 'x86_64')|
21:15:53,99 root INFO buskill version {'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}
21:15:53,127 packages.buskill DEBUG usb1.__version__:|3.0.0|
21:15:53,136 kivy INFO [Logger      ] Record log in /Users/franco/.kivy/logs/kivy_23-05-24_1.txt
21:15:53,136 kivy INFO [Kivy        ] v1.11.1
21:15:53,136 kivy INFO [Kivy        ] Installed at "/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy/__init__.pyc"
21:15:53,136 kivy INFO [Python      ] v3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]
21:15:53,136 kivy INFO [Python      ] Interpreter at "/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill"
21:15:53,157 kivy INFO [Factory     ] 184 symbols loaded
21:15:53,206 kivy INFO [Image       ] Providers: img_tex, img_imageio, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
21:15:53,326 kivy INFO [Window      ] Provider: sdl2
21:15:53,510 kivy INFO [GL          ] Using the "OpenGL ES 2" graphics system
21:15:53,510 kivy INFO [GL          ] Backend used <sdl2>
21:15:53,510 kivy INFO [GL          ] OpenGL version <b'2.1 ATI-4.8.101'>
21:15:53,510 kivy INFO [GL          ] OpenGL vendor <b'ATI Technologies Inc.'>
21:15:53,511 kivy INFO [GL          ] OpenGL renderer <b'AMD Radeon Pro 5500M OpenGL Engine'>
21:15:53,511 kivy INFO [GL          ] OpenGL parsed version: 2, 1
21:15:53,511 kivy INFO [GL          ] Shading version <b'1.20'>
21:15:53,511 kivy INFO [GL          ] Texture max size <16384>
21:15:53,511 kivy INFO [GL          ] Texture max units <16>
21:15:53,520 kivy INFO [Window      ] auto add sdl2 input provider
21:15:53,536 kivy INFO [Window      ] virtual keyboard not allowed, single mode, not docked
21:15:53,543 kivy INFO [Clipboard   ] Provider: sdl2(['clipboard_nspaste'] ignored)
21:15:53,552 kivy INFO [Text        ] Provider: sdl2
21:15:53,556 packages.buskill DEBUG DEBUG: EXECUTED_AS_SCRIPT:|False|
DEBUG: EXE_PATH:|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
DEBUG: EXE_DIR:|/Applications/buskill-v0.6.0.app/Contents/MacOS|
DEBUG: EXE_FILE:|buskill|
DEBUG: APP_DIR:|/Applications/buskill-v0.6.0.app|
DEBUG: APPS_DIR:|/Applications|
DEBUG: SRC_DIR:|/Applications/buskill-v0.6.0.app/Contents/MacOS|
DEBUG: os.environ['PATH']:|/usr/bin:/bin:/usr/sbin:/sbin:/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app|

21:15:53,556 packages.buskill INFO INFO: using DATA_DIR:|/Applications/.buskill|
21:15:53,594 kivy INFO [GL          ] NPOT texture support is available
21:15:53,627 kivy INFO [Base        ] Start application main loop
21:18:31,425 packages.buskill DEBUG DEBUG: attempting to arm BusKill via <bound method BusKill.armNix of <packages.buskill.BusKill object at 0x11a9cae50>>()
21:18:31,439 packages.buskill DEBUG DEBUG:__getstate__() pre:dict_keys(['CURRENT_PLATFORM', 'KERNEL_VERSION', 'IS_PLATFORM_SUPPORTED', 'OS_NAME_SHORT', 'ERR_PLATFORM_NOT_SUPPORTED', 'ARM_FUNCTION', 'DISARM_FUNCTION', 'TRIGGER_FUNCTION', 'EXECUTED_AS_SCRIPT', 'LOG_FILE_PATH', 'EXE_PATH', 'EXE_DIR', 'EXE_FILE', 'APP_DIR', 'APPS_DIR', 'SRC_DIR', 'DATA_DIR', 'CACHE_DIR', 'GNUPGHOME', 'UPGRADED_FROM', 'UPGRADED_TO', 'root_child', 'is_armed', 'usb_handler', 'upgrade_status_msg', 'upgrade_result', 'SUPPORTED_TRIGGERS', 'trigger', 'trigger_softshutdown_lin_shutdown_path', 'trigger_softshutdown_lin_poweroff_path', 'trigger_softshutdown_lin_systemctl_path', 'url_website', 'url_documentation', 'url_documentation_contribute', 'url_documentation_bug_report', 'url_documentation_gui'])|
21:18:31,440 packages.buskill DEBUG DEBUG:__getstate__() post:|dict_keys(['CURRENT_PLATFORM', 'KERNEL_VERSION', 'IS_PLATFORM_SUPPORTED', 'OS_NAME_SHORT', 'ERR_PLATFORM_NOT_SUPPORTED', 'ARM_FUNCTION', 'DISARM_FUNCTION', 'TRIGGER_FUNCTION', 'EXECUTED_AS_SCRIPT', 'LOG_FILE_PATH', 'EXE_PATH', 'EXE_DIR', 'EXE_FILE', 'APP_DIR', 'APPS_DIR', 'SRC_DIR', 'DATA_DIR', 'CACHE_DIR', 'GNUPGHOME', 'UPGRADED_FROM', 'UPGRADED_TO', 'is_armed', 'upgrade_status_msg', 'upgrade_result', 'SUPPORTED_TRIGGERS', 'trigger', 'trigger_softshutdown_lin_shutdown_path', 'trigger_softshutdown_lin_poweroff_path', 'trigger_softshutdown_lin_systemctl_path', 'url_website', 'url_documentation', 'url_documentation_contribute', 'url_documentation_bug_report', 'url_documentation_gui'])|
21:18:31,444 packages.buskill INFO INFO: BusKill is armed. Listening for removal event.
INFO: To disarm the CLI, exit with ^C or close this terminal
21:18:31,630 root INFO ===============================================================================
21:18:31,630 root INFO INFO: Writing to log file '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/buskill.log'
21:18:31,630 root DEBUG BUSKILL_VERSION|{'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}|
21:18:31,630 root DEBUG os.environ|environ({'USER': 'franco', 'MallocNanoZone': '0', '__CFBundleIdentifier': 'buskill-v0.6.0', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'franco', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin:/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.FKo17QNXDj/Listeners', 'SHELL': '/usr/local/bin/bash', 'MallocSpaceEfficient': '0', 'HOME': '/Users/franco', '__CF_USER_TEXT_ENCODING': '0x1F5:0:2', 'TMPDIR': '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/', 'XPC_SERVICE_NAME': '0', 'XPC_FLAGS': '0x0', 'KIVY_DATA_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/data', 'KIVY_MODULES_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/modules', 'GST_REGISTRY_FORK': 'no', 'GST_PLUGIN_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app/Contents/MacOS/gst-plugins', 'GST_REGISTRY': '/Applications/buskill-v0.6.0.app/Contents/MacOS/registry.bin', 'GST_PLUGIN_SYSTEM_PATH': '', 'DYLD_FALLBACK_LIBRARY_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS'})|
21:18:31,630 root DEBUG sys.argv|['/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill', '-B', '-S', '-E', '-s', '-c', 'from multiprocessing.semaphore_tracker import main;main(17)']|
21:18:31,630 root DEBUG sys.builtin_modules_names|('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')|
21:18:31,631 root DEBUG sys.executable|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
21:18:31,631 root DEBUG sys.path|['/Applications/buskill-v0.6.0.app/Contents/MacOS/base_library.zip', '/Applications/buskill-v0.6.0.app/Contents/MacOS/lib-dynload', '/Applications/buskill-v0.6.0.app/Contents/MacOS']|
21:18:31,631 root DEBUG sys.prefix|/Applications/buskill-v0.6.0.app/Contents/MacOS|
21:18:31,631 root DEBUG sys.version|3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]|
21:18:31,631 root DEBUG sys.api_version|1013|
21:18:31,631 root DEBUG sys.version_info|sys.version_info(major=3, minor=7, micro=8, releaselevel='final', serial=0)|
21:18:31,631 root DEBUG __name__|__main__|
21:18:31,631 root DEBUG sys.platform|darwin|
21:18:31,643 root DEBUG platform.platform()|Darwin-21.6.0-x86_64-i386-64bit|
21:18:31,644 root DEBUG platform.system()|Darwin|
21:18:31,644 root DEBUG platform.release()|21.6.0|
21:18:31,644 root DEBUG platform.version()|Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64|
21:18:31,644 root DEBUG platform.machine()|x86_64|
21:18:31,644 root DEBUG platform.uname()|uname_result(system='Darwin', node='Francos-MacBook.local', release='21.6.0', version='Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64', machine='x86_64', processor='i386')|
21:18:31,645 root DEBUG platform.mac_ver()|('10.16', ('', '', ''), 'x86_64')|
21:18:31,645 root INFO ===============================================================================
21:18:31,645 root INFO INFO: Writing to log file '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/buskill.log'
21:18:31,645 root DEBUG BUSKILL_VERSION|{'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}|
21:18:31,645 root DEBUG os.environ|environ({'USER': 'franco', 'MallocNanoZone': '0', '__CFBundleIdentifier': 'buskill-v0.6.0', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'franco', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin:/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.FKo17QNXDj/Listeners', 'SHELL': '/usr/local/bin/bash', 'MallocSpaceEfficient': '0', 'HOME': '/Users/franco', '__CF_USER_TEXT_ENCODING': '0x1F5:0:2', 'TMPDIR': '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/', 'XPC_SERVICE_NAME': '0', 'XPC_FLAGS': '0x0', 'KIVY_DATA_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/data', 'KIVY_MODULES_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/modules', 'GST_REGISTRY_FORK': 'no', 'GST_PLUGIN_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app/Contents/MacOS/gst-plugins', 'GST_REGISTRY': '/Applications/buskill-v0.6.0.app/Contents/MacOS/registry.bin', 'GST_PLUGIN_SYSTEM_PATH': '', 'DYLD_FALLBACK_LIBRARY_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS'})|
21:18:31,645 root DEBUG sys.argv|['/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill', '--multiprocessing-fork', 'tracker_fd=18', 'pipe_handle=20']|
21:18:31,645 root DEBUG sys.builtin_modules_names|('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')|
21:18:31,645 root DEBUG sys.executable|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
21:18:31,646 root DEBUG sys.path|['/Applications/buskill-v0.6.0.app/Contents/MacOS/base_library.zip', '/Applications/buskill-v0.6.0.app/Contents/MacOS/lib-dynload', '/Applications/buskill-v0.6.0.app/Contents/MacOS']|
21:18:31,646 root DEBUG sys.prefix|/Applications/buskill-v0.6.0.app/Contents/MacOS|
21:18:31,646 root DEBUG sys.version|3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]|
21:18:31,646 root DEBUG sys.api_version|1013|
21:18:31,646 root DEBUG sys.version_info|sys.version_info(major=3, minor=7, micro=8, releaselevel='final', serial=0)|
21:18:31,646 root DEBUG __name__|__main__|
21:18:31,646 root DEBUG sys.platform|darwin|
21:18:31,656 root DEBUG platform.platform()|Darwin-21.6.0-x86_64-i386-64bit|
21:18:31,657 root DEBUG platform.system()|Darwin|
21:18:31,657 root DEBUG platform.release()|21.6.0|
21:18:31,657 root DEBUG platform.version()|Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64|
21:18:31,657 root DEBUG platform.machine()|x86_64|
21:18:31,657 root DEBUG platform.uname()|uname_result(system='Darwin', node='Francos-MacBook.local', release='21.6.0', version='Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64', machine='x86_64', processor='i386')|
21:18:31,657 root DEBUG platform.mac_ver()|('10.16', ('', '', ''), 'x86_64')|
21:18:31,698 packages.buskill DEBUG usb1.__version__:|3.0.0|
21:18:31,721 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,721 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,722 packages.buskill DEBUG device:|Bus 020 Device 012: ID 21c4:8005|
21:18:31,722 packages.buskill DEBUG event:|1|
21:18:31,722 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,722 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,722 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,722 packages.buskill DEBUG device:|Bus 020 Device 010: ID 043e:9a39|
21:18:31,722 packages.buskill DEBUG event:|1|
21:18:31,722 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,722 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,722 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,722 packages.buskill DEBUG device:|Bus 020 Device 009: ID 0451:8142|
21:18:31,722 packages.buskill DEBUG event:|1|
21:18:31,722 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,723 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,723 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,723 packages.buskill DEBUG device:|Bus 020 Device 008: ID 0451:8142|
21:18:31,723 packages.buskill DEBUG event:|1|
21:18:31,723 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,723 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,723 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,723 packages.buskill DEBUG device:|Bus 020 Device 006: ID 045e:0039|
21:18:31,723 packages.buskill DEBUG event:|1|
21:18:31,723 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,723 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,723 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,723 packages.buskill DEBUG device:|Bus 020 Device 005: ID 05ac:020c|
21:18:31,723 packages.buskill DEBUG event:|1|
21:18:31,723 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,724 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,724 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,724 packages.buskill DEBUG device:|Bus 020 Device 004: ID 0c76:161f|
21:18:31,724 packages.buskill DEBUG event:|1|
21:18:31,724 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,724 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,724 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,724 packages.buskill DEBUG device:|Bus 020 Device 003: ID 05ac:1003|
21:18:31,724 packages.buskill DEBUG event:|1|
21:18:31,724 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,724 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,724 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,724 packages.buskill DEBUG device:|Bus 020 Device 002: ID 1a40:0101|
21:18:31,724 packages.buskill DEBUG event:|1|
21:18:31,725 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,725 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,725 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,725 packages.buskill DEBUG device:|Bus 000 Device 004: ID 0480:0901|
21:18:31,725 packages.buskill DEBUG event:|1|
21:18:31,725 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,725 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,725 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,725 packages.buskill DEBUG device:|Bus 000 Device 003: ID 0480:a202|
21:18:31,725 packages.buskill DEBUG event:|1|
21:18:31,725 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,725 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,726 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,726 packages.buskill DEBUG device:|Bus 000 Device 002: ID 0bda:8153|
21:18:31,726 packages.buskill DEBUG event:|1|
21:18:31,726 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,726 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,726 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,726 packages.buskill DEBUG device:|Bus 020 Device 001: ID 2109:2817|
21:18:31,726 packages.buskill DEBUG event:|1|
21:18:31,726 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,726 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,726 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,726 packages.buskill DEBUG device:|Bus 000 Device 001: ID 2109:0817|
21:18:31,726 packages.buskill DEBUG event:|1|
21:18:31,726 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:31,726 packages.buskill DEBUG DEBUG: called hotplugCallbackNix()
21:18:31,727 packages.buskill DEBUG context:|<usb1.USBContext object at 0x10d2ac0d0>|
21:18:31,727 packages.buskill DEBUG device:|Bus 128 Device 002: ID 05ac:8104|
21:18:31,727 packages.buskill DEBUG event:|1|
21:18:31,727 packages.buskill DEBUG usb1.HOTPLUG_EVENT_DEVICE_LEFT:|2|
21:18:37,315 kivy WARNING stderr: [INFO/MainProcess] allocating a new mmap of length 4096
21:18:37,316 kivy WARNING stderr: [INFO/MainProcess] created temp directory /var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/pymp-0sex1w9z
21:18:37,338 kivy WARNING stderr: [DEBUG/MainProcess] created semlock with handle 21
21:18:37,338 kivy WARNING stderr: [DEBUG/MainProcess] created semlock with handle 22
21:18:37,340 packages.buskill DEBUG DEBUG:__getstate__() pre:dict_keys(['CURRENT_PLATFORM', 'KERNEL_VERSION', 'IS_PLATFORM_SUPPORTED', 'OS_NAME_SHORT', 'ERR_PLATFORM_NOT_SUPPORTED', 'ARM_FUNCTION', 'DISARM_FUNCTION', 'TRIGGER_FUNCTION', 'EXECUTED_AS_SCRIPT', 'LOG_FILE_PATH', 'EXE_PATH', 'EXE_DIR', 'EXE_FILE', 'APP_DIR', 'APPS_DIR', 'SRC_DIR', 'DATA_DIR', 'CACHE_DIR', 'GNUPGHOME', 'UPGRADED_FROM', 'UPGRADED_TO', 'root_child', 'is_armed', 'usb_handler', 'upgrade_status_msg', 'upgrade_result', 'SUPPORTED_TRIGGERS', 'trigger', 'trigger_softshutdown_lin_shutdown_path', 'trigger_softshutdown_lin_poweroff_path', 'trigger_softshutdown_lin_systemctl_path', 'url_website', 'url_documentation', 'url_documentation_contribute', 'url_documentation_bug_report', 'url_documentation_gui', 'upgrade_process'])|
21:18:37,340 packages.buskill DEBUG DEBUG:__getstate__() post:|dict_keys(['CURRENT_PLATFORM', 'KERNEL_VERSION', 'IS_PLATFORM_SUPPORTED', 'OS_NAME_SHORT', 'ERR_PLATFORM_NOT_SUPPORTED', 'ARM_FUNCTION', 'DISARM_FUNCTION', 'TRIGGER_FUNCTION', 'EXECUTED_AS_SCRIPT', 'LOG_FILE_PATH', 'EXE_PATH', 'EXE_DIR', 'EXE_FILE', 'APP_DIR', 'APPS_DIR', 'SRC_DIR', 'DATA_DIR', 'CACHE_DIR', 'GNUPGHOME', 'UPGRADED_FROM', 'UPGRADED_TO', 'is_armed', 'upgrade_status_msg', 'upgrade_result', 'SUPPORTED_TRIGGERS', 'trigger', 'trigger_softshutdown_lin_shutdown_path', 'trigger_softshutdown_lin_poweroff_path', 'trigger_softshutdown_lin_systemctl_path', 'url_website', 'url_documentation', 'url_documentation_contribute', 'url_documentation_bug_report', 'url_documentation_gui'])|
21:18:37,521 root INFO ===============================================================================
21:18:37,521 root INFO INFO: Writing to log file '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/buskill.log'
21:18:37,521 root DEBUG BUSKILL_VERSION|{'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}|
21:18:37,521 root DEBUG os.environ|environ({'USER': 'franco', 'MallocNanoZone': '0', '__CFBundleIdentifier': 'buskill-v0.6.0', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'franco', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin:/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.FKo17QNXDj/Listeners', 'SHELL': '/usr/local/bin/bash', 'MallocSpaceEfficient': '0', 'HOME': '/Users/franco', '__CF_USER_TEXT_ENCODING': '0x1F5:0:2', 'TMPDIR': '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/', 'XPC_SERVICE_NAME': '0', 'XPC_FLAGS': '0x0', 'KIVY_DATA_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/data', 'KIVY_MODULES_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/modules', 'GST_REGISTRY_FORK': 'no', 'GST_PLUGIN_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app/Contents/MacOS/gst-plugins', 'GST_REGISTRY': '/Applications/buskill-v0.6.0.app/Contents/MacOS/registry.bin', 'GST_PLUGIN_SYSTEM_PATH': '', 'DYLD_FALLBACK_LIBRARY_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS'})|
21:18:37,522 root DEBUG sys.argv|['/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill', '--multiprocessing-fork', 'tracker_fd=18', 'pipe_handle=27']|
21:18:37,522 root DEBUG sys.builtin_modules_names|('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')|
21:18:37,522 root DEBUG sys.executable|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
21:18:37,522 root DEBUG sys.path|['/Applications/buskill-v0.6.0.app/Contents/MacOS/base_library.zip', '/Applications/buskill-v0.6.0.app/Contents/MacOS/lib-dynload', '/Applications/buskill-v0.6.0.app/Contents/MacOS']|
21:18:37,522 root DEBUG sys.prefix|/Applications/buskill-v0.6.0.app/Contents/MacOS|
21:18:37,522 root DEBUG sys.version|3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]|
21:18:37,522 root DEBUG sys.api_version|1013|
21:18:37,522 root DEBUG sys.version_info|sys.version_info(major=3, minor=7, micro=8, releaselevel='final', serial=0)|
21:18:37,522 root DEBUG __name__|__main__|
21:18:37,522 root DEBUG sys.platform|darwin|
21:18:37,529 root DEBUG platform.platform()|Darwin-21.6.0-x86_64-i386-64bit|
21:18:37,530 root DEBUG platform.system()|Darwin|
21:18:37,530 root DEBUG platform.release()|21.6.0|
21:18:37,530 root DEBUG platform.version()|Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64|
21:18:37,530 root DEBUG platform.machine()|x86_64|
21:18:37,530 root DEBUG platform.uname()|uname_result(system='Darwin', node='Francos-MacBook.local', release='21.6.0', version='Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64', machine='x86_64', processor='i386')|
21:18:37,530 root DEBUG platform.mac_ver()|('10.16', ('', '', ''), 'x86_64')|
21:18:37,561 packages.buskill DEBUG usb1.__version__:|3.0.0|
21:18:37,585 packages.buskill DEBUG DEBUG: Called upgrade()
21:18:37,590 gnupg DEBUG 45998: gpg --status-fd 2 --no-tty --no-verbose --fixed-list-mode --batch --with-colons --homedir /Applications/.buskill/cache/.gnupg --version
21:18:37,590 gnupg DEBUG stderr reader: <Thread(Thread-1, initial daemon)>
21:18:37,591 gnupg DEBUG dyld[45998]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
21:18:37,591 gnupg DEBUG   Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
21:18:37,591 gnupg DEBUG stdout reader: <Thread(Thread-2, initial daemon)>
21:18:37,591 gnupg DEBUG   Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)
21:18:37,591 gnupg WARNING gpg returned a non-zero error code: -6
21:18:37,591 packages.buskill DEBUG DEBUG: Exception thrown in child process: Error invoking gpg: -6: dyld[45998]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
  Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
  Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)


21:18:37,593 packages.buskill DEBUG DEBUG: Traceback: Traceback (most recent call last):
  File "buskill/__init__.py", line 1448, in run
    multiprocessing.Process.run(self)
  File "multiprocessing/process.py", line 99, in run
  File "buskill/__init__.py", line 1747, in upgrade
    gpg = gnupg.GPG( gnupghome=self.GNUPGHOME )
  File "gnupg.py", line 949, in __init__
ValueError: Error invoking gpg: -6: dyld[45998]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
  Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
  Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)


21:18:56,952 buskill_gui DEBUG DEBUG: User switched to 'DebugLog' screen
21:19:16,405 packages.buskill DEBUG DEBUG: attempting to disarm BusKill
21:19:16,413 packages.buskill INFO INFO: BusKill is disarmed.
21:29:53,788 kivy WARNING stderr: [DEBUG/MainProcess] created semlock with handle 24
21:29:53,790 kivy WARNING stderr: [DEBUG/MainProcess] created semlock with handle 25
21:29:53,790 packages.buskill DEBUG DEBUG:__getstate__() pre:dict_keys(['CURRENT_PLATFORM', 'KERNEL_VERSION', 'IS_PLATFORM_SUPPORTED', 'OS_NAME_SHORT', 'ERR_PLATFORM_NOT_SUPPORTED', 'ARM_FUNCTION', 'DISARM_FUNCTION', 'TRIGGER_FUNCTION', 'EXECUTED_AS_SCRIPT', 'LOG_FILE_PATH', 'EXE_PATH', 'EXE_DIR', 'EXE_FILE', 'APP_DIR', 'APPS_DIR', 'SRC_DIR', 'DATA_DIR', 'CACHE_DIR', 'GNUPGHOME', 'UPGRADED_FROM', 'UPGRADED_TO', 'root_child', 'is_armed', 'usb_handler', 'upgrade_status_msg', 'upgrade_result', 'SUPPORTED_TRIGGERS', 'trigger', 'trigger_softshutdown_lin_shutdown_path', 'trigger_softshutdown_lin_poweroff_path', 'trigger_softshutdown_lin_systemctl_path', 'url_website', 'url_documentation', 'url_documentation_contribute', 'url_documentation_bug_report', 'url_documentation_gui', 'upgrade_process'])|
21:29:53,790 packages.buskill DEBUG DEBUG:__getstate__() post:|dict_keys(['CURRENT_PLATFORM', 'KERNEL_VERSION', 'IS_PLATFORM_SUPPORTED', 'OS_NAME_SHORT', 'ERR_PLATFORM_NOT_SUPPORTED', 'ARM_FUNCTION', 'DISARM_FUNCTION', 'TRIGGER_FUNCTION', 'EXECUTED_AS_SCRIPT', 'LOG_FILE_PATH', 'EXE_PATH', 'EXE_DIR', 'EXE_FILE', 'APP_DIR', 'APPS_DIR', 'SRC_DIR', 'DATA_DIR', 'CACHE_DIR', 'GNUPGHOME', 'UPGRADED_FROM', 'UPGRADED_TO', 'is_armed', 'upgrade_status_msg', 'upgrade_result', 'SUPPORTED_TRIGGERS', 'trigger', 'trigger_softshutdown_lin_shutdown_path', 'trigger_softshutdown_lin_poweroff_path', 'trigger_softshutdown_lin_systemctl_path', 'url_website', 'url_documentation', 'url_documentation_contribute', 'url_documentation_bug_report', 'url_documentation_gui'])|
21:29:53,985 root INFO ===============================================================================
21:29:53,985 root INFO INFO: Writing to log file '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/buskill.log'
21:29:53,985 root DEBUG BUSKILL_VERSION|{'VERSION': 'v0.6.0', 'GITHUB_REF': 'refs/heads/v0.6.0', 'GITHUB_SHA': 'e2242e2bcf5bcf67301be0011e79c4001676cb9c', 'SOURCE_DATE_EPOCH': '1666580582'}|
21:29:53,985 root DEBUG os.environ|environ({'USER': 'franco', 'MallocNanoZone': '0', '__CFBundleIdentifier': 'buskill-v0.6.0', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'franco', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin:/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.FKo17QNXDj/Listeners', 'SHELL': '/usr/local/bin/bash', 'MallocSpaceEfficient': '0', 'HOME': '/Users/franco', '__CF_USER_TEXT_ENCODING': '0x1F5:0:2', 'TMPDIR': '/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/', 'XPC_SERVICE_NAME': '0', 'XPC_FLAGS': '0x0', 'KIVY_DATA_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/data', 'KIVY_MODULES_DIR': '/Applications/buskill-v0.6.0.app/Contents/MacOS/kivy_install/modules', 'GST_REGISTRY_FORK': 'no', 'GST_PLUGIN_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS:/Applications/buskill-v0.6.0.app/Contents/MacOS/gst-plugins', 'GST_REGISTRY': '/Applications/buskill-v0.6.0.app/Contents/MacOS/registry.bin', 'GST_PLUGIN_SYSTEM_PATH': '', 'DYLD_FALLBACK_LIBRARY_PATH': '/Applications/buskill-v0.6.0.app/Contents/MacOS'})|
21:29:53,985 root DEBUG sys.argv|['/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill', '--multiprocessing-fork', 'tracker_fd=18', 'pipe_handle=30']|
21:29:53,985 root DEBUG sys.builtin_modules_names|('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype', 'zipimport')|
21:29:53,985 root DEBUG sys.executable|/Applications/buskill-v0.6.0.app/Contents/MacOS/buskill|
21:29:53,985 root DEBUG sys.path|['/Applications/buskill-v0.6.0.app/Contents/MacOS/base_library.zip', '/Applications/buskill-v0.6.0.app/Contents/MacOS/lib-dynload', '/Applications/buskill-v0.6.0.app/Contents/MacOS']|
21:29:53,985 root DEBUG sys.prefix|/Applications/buskill-v0.6.0.app/Contents/MacOS|
21:29:53,985 root DEBUG sys.version|3.7.8 (default, Jul  4 2020, 10:17:17) 
[Clang 11.0.3 (clang-1103.0.32.62)]|
21:29:53,985 root DEBUG sys.api_version|1013|
21:29:53,985 root DEBUG sys.version_info|sys.version_info(major=3, minor=7, micro=8, releaselevel='final', serial=0)|
21:29:53,985 root DEBUG __name__|__main__|
21:29:53,986 root DEBUG sys.platform|darwin|
21:29:53,994 root DEBUG platform.platform()|Darwin-21.6.0-x86_64-i386-64bit|
21:29:53,994 root DEBUG platform.system()|Darwin|
21:29:53,994 root DEBUG platform.release()|21.6.0|
21:29:53,994 root DEBUG platform.version()|Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64|
21:29:53,994 root DEBUG platform.machine()|x86_64|
21:29:53,994 root DEBUG platform.uname()|uname_result(system='Darwin', node='Francos-MacBook.local', release='21.6.0', version='Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64', machine='x86_64', processor='i386')|
21:29:53,995 root DEBUG platform.mac_ver()|('10.16', ('', '', ''), 'x86_64')|
21:29:54,26 packages.buskill DEBUG usb1.__version__:|3.0.0|
21:29:54,52 packages.buskill DEBUG DEBUG: Called upgrade()
21:29:54,57 gnupg DEBUG 46322: gpg --status-fd 2 --no-tty --no-verbose --fixed-list-mode --batch --with-colons --homedir /Applications/.buskill/cache/.gnupg --version
21:29:54,58 gnupg DEBUG stderr reader: <Thread(Thread-1, initial daemon)>
21:29:54,58 gnupg DEBUG stdout reader: <Thread(Thread-2, initial daemon)>
21:29:54,58 gnupg DEBUG dyld[46322]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
21:29:54,59 gnupg DEBUG   Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
21:29:54,59 gnupg DEBUG   Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)
21:29:54,59 gnupg WARNING gpg returned a non-zero error code: -6
21:29:54,59 packages.buskill DEBUG DEBUG: Exception thrown in child process: Error invoking gpg: -6: dyld[46322]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
  Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
  Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)


21:29:54,61 packages.buskill DEBUG DEBUG: Traceback: Traceback (most recent call last):
  File "buskill/__init__.py", line 1448, in run
    multiprocessing.Process.run(self)
  File "multiprocessing/process.py", line 99, in run
  File "buskill/__init__.py", line 1747, in upgrade
    gpg = gnupg.GPG( gnupghome=self.GNUPGHOME )
  File "gnupg.py", line 949, in __init__
ValueError: Error invoking gpg: -6: dyld[46322]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
  Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
  Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)


21:43:50,279 buskill_gui DEBUG DEBUG: User switched to 'DebugLog' screen

@maltfield
Copy link
Member

maltfield commented May 24, 2023

Thanks! So this is indeed similar yet different from #36

Namely, #36 failed to load gettext's libintl.8.dylib

21:20:13,597 packages.buskill DEBUG DEBUG: Called upgrade()
21:20:13,603 gnupg DEBUG 66867: gpg --status-fd 2 --no-tty --no-verbose =
--fixed-list-mode --batch --with-colons --homedir =
/Applications/.buskill/cache/.gnupg --version
21:20:13,604 gnupg DEBUG stderr reader: <Thread(Thread-1, initial =
daemon)>
21:20:13,604 gnupg DEBUG stdout reader: <Thread(Thread-2, initial =
daemon)>
21:20:13,653 gnupg DEBUG dyld[66867]: Library not loaded: =
'/usr/local/opt/gettext/lib/libintl.8.dylib'
21:20:13,653 gnupg DEBUG   Referenced from: =
'/Applications/buskill-v0.5.0.app/Contents/Resources/gpg'
21:20:13,653 gnupg DEBUG   Reason: tried: =
'/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), =
'/usr/local/lib/libintl.8.dylib' (no such file), =
'/usr/lib/libintl.8.dylib' (no such file)
21:20:13,653 gnupg WARNING gpg returned a non-zero error code: -6
21:20:13,654 packages.buskill DEBUG DEBUG: Exception thrown in child =
process: Error invoking gpg: -6: dyld[66867]: Library not loaded: =
'/usr/local/opt/gettext/lib/libintl.8.dylib'
  Referenced from: =
'/Applications/buskill-v0.5.0.app/Contents/Resources/gpg'
  Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such =
file), '/usr/local/lib/libintl.8.dylib' (no such file), =
'/usr/lib/libintl.8.dylib' (no such file)

While this issue is failing to load libgcrypt.20.dylib

21:29:54,52 packages.buskill DEBUG DEBUG: Called upgrade()
21:29:54,57 gnupg DEBUG 46322: gpg --status-fd 2 --no-tty --no-verbose --fixed-list-mode --batch --with-colons --homedir /Applications/.buskill/cache/.gnupg --version
21:29:54,58 gnupg DEBUG stderr reader: <Thread(Thread-1, initial daemon)>
21:29:54,58 gnupg DEBUG stdout reader: <Thread(Thread-2, initial daemon)>
21:29:54,58 gnupg DEBUG dyld[46322]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
21:29:54,59 gnupg DEBUG   Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
21:29:54,59 gnupg DEBUG   Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)
21:29:54,59 gnupg WARNING gpg returned a non-zero error code: -6
21:29:54,59 packages.buskill DEBUG DEBUG: Exception thrown in child process: Error invoking gpg: -6: dyld[46322]: Library not loaded: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
  Referenced from: '/Applications/buskill-v0.6.0.app/Contents/Resources/gpg'
  Reason: tried: '/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib' (no such file), '/Applications/buskill-v0.6.0.app/Contents/MacOS/libgcrypt.20.dylib' (no such file)

TODO: make sure we're packaging the MacOS release of BusKill v0.6.0 with libgcrypt.20.dylib

@maltfield maltfield self-assigned this May 24, 2023
@maltfield maltfield added bug Something isn't working 🍎 MacOS labels May 24, 2023
@maltfield
Copy link
Member

quick check of a recent build suggests that we're not packaging libgcrypt

user@host buskill-shebang_python3.app % pwd
/Volumes/buskill-shebang_python3/buskill-shebang_python3.app
user@host buskill-shebang_python3.app % 

user@host buskill-shebang_python3.app % find . | grep -i dylib    
./Contents/MacOS/libusb-1.0.dylib
./Contents/MacOS/libssl.1.1.dylib
./Contents/MacOS/libintl.dylib
./Contents/MacOS/libintl.8.dylib
./Contents/MacOS/liblzma.5.dylib
./Contents/MacOS/libreadline.8.dylib
./Contents/MacOS/libcrypto.1.1.dylib
./Contents/Resources/libusb-1.0.dylib
./Contents/Resources/libintl.dylib
./Contents/Resources/libintl.8.dylib
user@host buskill-shebang_python3.app % 

TODO: see if I can update the PyInstaller spec to include this library.

@maltfield
Copy link
Member

maltfield commented May 24, 2023

@franco640 can you please execute the following command on your system

sudo find / | grep -i libgcrypt 2>/dev/null

And paste the full output to this issue?

@franco640
Copy link
Author

franco640 commented May 24, 2023

Hope this helps

/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/libgcrypt.rb
/usr/local/gnupg-2.2/lib/libgcrypt.20.dylib
/usr/local/gnupg-2.2/lib/libgcrypt.dylib
find: /Library/Application Support/com.apple.TCC: Operation not permitted
find: /Library/Caches/com.apple.aned: Operation not permitted
find: /System/Library/Templates/Data/Library/Application Support/com.apple.TCC: Operation not permitted
find: /System/Library/Templates/Data/private/var/db/oah: Operation not permitted
find: /System/Volumes/Preboot/.Trashes: Operation not permitted
/System/Volumes/Data/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/libgcrypt.rb
/System/Volumes/Data/usr/local/gnupg-2.2/lib/libgcrypt.20.dylib
/System/Volumes/Data/usr/local/gnupg-2.2/lib/libgcrypt.dylib
find: /System/Volumes/Data/.Spotlight-V100: No such file or directory
find: /System/Volumes/Data/boot: No such file or directory
find: /System/Volumes/Data/Library/Application Support/com.apple.TCC: Operation not permitted
find: /System/Volumes/Data/Library/Caches/com.apple.aned: Operation not permitted
find: /System/Volumes/Data/System/Library/Templates/Data/Library/Application Support/com.apple.TCC: Operation not permitted
find: /System/Volumes/Data/System/Library/Templates/Data/private/var/db/oah: Operation not permitted
find: /System/Volumes/Data/mnt: No such file or directory
find: /System/Volumes/Data/.fseventsd: No such file or directory
find: /System/Volumes/Data/private/var/networkd/db: Operation not permitted
find: /System/Volumes/Data/private/var/db/appinstalld: Operation not permitted
find: /System/Volumes/Data/private/var/db/Spotlight: Operation not permitted
find: /System/Volumes/Data/private/var/db/sysdiagnose/com.apple.sysdiagnose: Operation not permitted
find: /System/Volumes/Data/private/var/db/DumpPanic: Operation not permitted
find: /System/Volumes/Data/private/var/db/fpsd/dvp: Operation not permitted
find: /System/Volumes/Data/private/var/db/installcoordinationd: Operation not permitted
find: /System/Volumes/Data/private/var/db/Spotlight-V100: Operation not permitted
find: /System/Volumes/Data/private/var/db/oah: Operation not permitted
find: /System/Volumes/Data/private/var/db/Sandbox: Operation not permitted
find: /System/Volumes/Data/private/var/db/lockdown: Operation not permitted
find: /System/Volumes/Data/private/var/db/KernelExtensionManagement/Staging: Operation not permitted
find: /System/Volumes/Data/private/var/db/DifferentialPrivacy: Operation not permitted
find: /System/Volumes/Data/private/var/db/MobileIdentityService: Operation not permitted
find: /System/Volumes/Data/private/var/db/searchparty: Operation not permitted
find: /System/Volumes/Data/private/var/db/CoreDuet: Operation not permitted
find: /System/Volumes/Data/private/var/db/ConfigurationProfiles/Store: Operation not permitted
find: /System/Volumes/Data/private/var/folders/0j/m06ft7y17nq2n76f12tgxftc0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/3b/c83gf7tn1473pr6mvyclm_6c0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/5t/6z1529b547zc3qw4_57kf5fw0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/60/xz88fl_15jj5dpcj8fgjhpj80000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/9m/pbtxyq0x1sz6dpzkqwwll0580000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/h3/wbdtm9nd0ms6mbhlmnfnwv3w0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/fq/24j94cmn62z718jg2btc5kmm0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/lk/_94l7f094px5tldkh99twq380000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/t5/4hbs1whs1yggjn24jzdb0n8c0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/4m/rrbly1c91790ws_2jvks494r0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/tv/sf6rvqqj02g1crnyl57sp5ph0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/t3/lsl00cln5c7_wq_2_6n2n6z40000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/2f/4l7x442n0k96wysdl2m25b540000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/vj/xdhgzjdn2810fdh4n752gg9r0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/5l/zb4phqyx2fg69kkbsmr98z5w0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/z6/2rtlzmsn1s7ddj7rnmpdtxh80000z9/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/z6/2rtlzmsn1s7ddj7rnmpdtxh80000z9/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/0: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000b400002s/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n000013800008t/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/0/com.apple.nsurlsessiond: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/T/com.apple.nsurlsessiond/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.ScreenTimeAgent/Store: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.lockoutagent: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/dmd: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.nsurlsessiond: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.routined/dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n00000s0000068/T/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/kf14h6mx0pq5691vqwyk_2bc0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.mobileassetd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.revisiond/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.icloud.searchpartyd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.nehelper/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.GSSCred/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.sysextd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.tccd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.kernelmanagerd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.wifianalyticsd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/mk/rb1gslhj6l7flqyftkbn8tbw0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/bf/jcqcy3x55b7b37hbv78fh3440000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/b6/3ykfdmz160q21mt9qdb4s81m0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/hh/n3sd7rgx6331sw372l51j63m0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/kz/6xt2pwns1zjc9bhz_sf4wkrh0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/84/8r5_5knn5qj2hd56t46_9ct80000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xm/jgdyhpp101dch3w4zqgj379h0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/t0/rd6nzkp97cgdbgd3ls8r8ww40000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.ScreenTimeAgent/Store: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.lockoutagent: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.progressd/ClassKit: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.exchangesync: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.Safari/SafariFamily: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.LaunchServices.dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/dmd: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.nsurlsessiond: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.SharedWebCredentials: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.routined/dv: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.QuickTimePlayerX/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.appleaccountd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/maccatalyst.com.atebits.Tweetie2/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.ScreenTimeAgent/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.weather.widget/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/ch.protonvpn.mac/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.photolibraryd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.triald/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.BKAgentService/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.Safari/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.gsetech.gseosxiptvpro/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.microsoft.Word/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.news.widget/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/fr.handbrake.HandBrake/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.photoanalysisd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.appstoreagent/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.notificationcenterui/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.parsec-fbf/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/gamed/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.mail/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.nsurlsessiond/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.AppStore/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.Notes/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.PictureEngineCompany.BidSuccessOSX/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.passd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.remindd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.wireguard.macos.login-item-helper/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.studentd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.parsecd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/icdd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.identityservicesd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.sharingd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.RemoteDesktop/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.geod/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.routined/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.microsoft.Excel/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.stocks.widget/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/homed/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.email.maild/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.Preview/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.quicklook.ThumbnailsAgent/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.pluginkit/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.AUHelperService/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.donotdisturbd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/itunescloudd/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.fileprovider.ArchiveService/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.eurotalk.utalk/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.luckymarmot.Paw/TemporaryItems: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.WebKit.WebContent.Sandbox: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.QuickLook.thumbnailcache: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.WebKit.Networking.Sandbox: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache: Operation not permitted
find: /System/Volumes/Data/private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.WebKit.GPU.Sandbox: Operation not permitted
find: /System/Volumes/Data/private/var/protected/trustd/private: Operation not permitted
find: /System/Volumes/Data/.DocumentRevisions-V100: No such file or directory
find: /System/Volumes/Data/Users/franco/Library/Application Support/MobileSync: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/CallHistoryTransactions: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/com.apple.sharedfilelist: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/Knowledge: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/com.apple.TCC: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/FileProvider: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/com.apple.avfoundation/Frecents: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Application Support/CallHistoryDB: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Assistant/SiriVocabulary: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Autosave Information: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/IdentityServices: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Messages: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/HomeKit: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Sharing: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Mail: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/DuetExpertCenter: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Accounts: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Safari: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Biome: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Shortcuts: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Suggestions: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Group Containers/group.com.apple.secure-control-center-preferences: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Group Containers/group.com.apple.notes: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.VoiceMemos: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.archiveutility: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.Home: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.Safari: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.iChat: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.CloudDocs.MobileDocumentsFileProvider: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.mail: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.Notes: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.news: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.corerecents.recentsd/Data/Library/Recents: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Containers/com.apple.stocks: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/PersonalizationPortrait: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Metadata/CoreSpotlight: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Metadata/com.apple.IntelligentSuggestions: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Cookies: Operation not permitted
/System/Volumes/Data/Users/franco/Library/Thunderbird/Profiles/bge9nk3z.default-release/pepmda/lib/libgcrypt.20.dylib
find: /System/Volumes/Data/Users/franco/Library/CoreFollowUp: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/StatusKit: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/com.apple.HomeKit: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/CloudKit: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/com.apple.Safari: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/com.apple.findmy.fmfcore: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/FamilyCircle: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/com.apple.homed: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/com.apple.findmy.fmipcore: Operation not permitted
find: /System/Volumes/Data/Users/franco/Library/Caches/com.apple.ap.adprivacyd: Operation not permitted
find: /System/Volumes/Data/Users/franco/.Trash: Operation not permitted
find: /System/Volumes/Data/.PreviousSystemInformation: No such file or directory
find: /System/Volumes/Data/Volumes/TOSHIBA EXT: Operation not permitted
find: /System/Volumes/Data/Volumes/VMware_machines/.Spotlight-V100: Operation not permitted
find: /System/Volumes/Data/Volumes/VMware_machines/.TemporaryItems: Operation not permitted
find: /System/Volumes/Data/Volumes/VMware_machines/.Trashes: Operation not permitted
find: /System/Volumes/Data/Volumes/com.apple.TimeMachine.localsnapshots: Operation not permitted
find: /System/Volumes/Data/.TemporaryItems: No such file or directory
find: /System/Volumes/iSCPreboot: No such file or directory
find: /System/DriverKit: No such file or directory
find: /private/var/networkd/db: Operation not permitted
find: /private/var/db/appinstalld: Operation not permitted
find: /private/var/db/Spotlight: Operation not permitted
find: /private/var/db/sysdiagnose/com.apple.sysdiagnose: Operation not permitted
find: /private/var/db/DumpPanic: Operation not permitted
find: /private/var/db/fpsd/dvp: Operation not permitted
find: /private/var/db/installcoordinationd: Operation not permitted
find: /private/var/db/Spotlight-V100: Operation not permitted
find: /private/var/db/oah: Operation not permitted
find: /private/var/db/Sandbox: Operation not permitted
find: /private/var/db/lockdown: Operation not permitted
find: /private/var/db/KernelExtensionManagement/Staging: Operation not permitted
find: /private/var/db/DifferentialPrivacy: Operation not permitted
find: /private/var/db/MobileIdentityService: Operation not permitted
find: /private/var/db/searchparty: Operation not permitted
find: /private/var/db/CoreDuet: Operation not permitted
find: /private/var/db/ConfigurationProfiles/Store: Operation not permitted
find: /private/var/folders/0j/m06ft7y17nq2n76f12tgxftc0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/3b/c83gf7tn1473pr6mvyclm_6c0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/5t/6z1529b547zc3qw4_57kf5fw0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/60/xz88fl_15jj5dpcj8fgjhpj80000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/9m/pbtxyq0x1sz6dpzkqwwll0580000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/h3/wbdtm9nd0ms6mbhlmnfnwv3w0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/fq/24j94cmn62z718jg2btc5kmm0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/lk/_94l7f094px5tldkh99twq380000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/t5/4hbs1whs1yggjn24jzdb0n8c0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/4m/rrbly1c91790ws_2jvks494r0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/tv/sf6rvqqj02g1crnyl57sp5ph0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/t3/lsl00cln5c7_wq_2_6n2n6z40000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/2f/4l7x442n0k96wysdl2m25b540000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/vj/xdhgzjdn2810fdh4n752gg9r0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/5l/zb4phqyx2fg69kkbsmr98z5w0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/z6/2rtlzmsn1s7ddj7rnmpdtxh80000z9/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/z6/2rtlzmsn1s7ddj7rnmpdtxh80000z9/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/0: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000b400002s/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n000013800008t/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/0/com.apple.nsurlsessiond: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/T/com.apple.nsurlsessiond/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.ScreenTimeAgent/Store: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.lockoutagent: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/dmd: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.nsurlsessiond: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.routined/dv: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000s0000068/T/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/kf14h6mx0pq5691vqwyk_2bc0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.mobileassetd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.revisiond/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.icloud.searchpartyd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.nehelper/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.GSSCred/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.sysextd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.tccd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.kernelmanagerd/TemporaryItems: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.apple.wifianalyticsd/TemporaryItems: Operation not permitted
find: /private/var/folders/mk/rb1gslhj6l7flqyftkbn8tbw0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/bf/jcqcy3x55b7b37hbv78fh3440000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/b6/3ykfdmz160q21mt9qdb4s81m0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/hh/n3sd7rgx6331sw372l51j63m0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/kz/6xt2pwns1zjc9bhz_sf4wkrh0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/84/8r5_5knn5qj2hd56t46_9ct80000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/xm/jgdyhpp101dch3w4zqgj379h0000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/t0/rd6nzkp97cgdbgd3ls8r8ww40000gp/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.ScreenTimeAgent/Store: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.lockoutagent: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.progressd/ClassKit: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.exchangesync: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.Safari/SafariFamily: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/dmd: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.nsurlsessiond: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.SharedWebCredentials: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/0/com.apple.routined/dv: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.QuickTimePlayerX/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.appleaccountd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/maccatalyst.com.atebits.Tweetie2/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.ScreenTimeAgent/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.weather.widget/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/ch.protonvpn.mac/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.photolibraryd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.trustd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.triald/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.BKAgentService/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.Safari/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.gsetech.gseosxiptvpro/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.microsoft.Word/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.news.widget/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/fr.handbrake.HandBrake/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.photoanalysisd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.appstoreagent/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.notificationcenterui/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.parsec-fbf/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/gamed/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.mail/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.nsurlsessiond/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.AppStore/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.Notes/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.PictureEngineCompany.BidSuccessOSX/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.passd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.remindd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.wireguard.macos.login-item-helper/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.studentd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.parsecd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/icdd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.identityservicesd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.sharingd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.RemoteDesktop/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.geod/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.routined/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.microsoft.Excel/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.stocks.widget/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/homed/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.email.maild/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.Preview/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.quicklook.ThumbnailsAgent/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.pluginkit/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.AUHelperService/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.donotdisturbd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/itunescloudd/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.apple.fileprovider.ArchiveService/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.eurotalk.utalk/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/T/com.luckymarmot.Paw/TemporaryItems: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.WebKit.WebContent.Sandbox: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.QuickLook.thumbnailcache: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.WebKit.Networking.Sandbox: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache: Operation not permitted
find: /private/var/folders/xk/pt46n7754jl8_dj6d_c125_w0000gn/C/com.apple.WebKit.GPU.Sandbox: Operation not permitted
find: /private/var/protected/trustd/private: Operation not permitted
find: /Users/franco/Library/Application Support/MobileSync: Operation not permitted
find: /Users/franco/Library/Application Support/CallHistoryTransactions: Operation not permitted
find: /Users/franco/Library/Application Support/com.apple.sharedfilelist: Operation not permitted
find: /Users/franco/Library/Application Support/Knowledge: Operation not permitted
find: /Users/franco/Library/Application Support/com.apple.TCC: Operation not permitted
find: /Users/franco/Library/Application Support/FileProvider: Operation not permitted
find: /Users/franco/Library/Application Support/com.apple.avfoundation/Frecents: Operation not permitted
find: /Users/franco/Library/Application Support/CallHistoryDB: Operation not permitted
find: /Users/franco/Library/Assistant/SiriVocabulary: Operation not permitted
find: /Users/franco/Library/Autosave Information: Operation not permitted
find: /Users/franco/Library/IdentityServices: Operation not permitted
find: /Users/franco/Library/Messages: Operation not permitted
find: /Users/franco/Library/HomeKit: Operation not permitted
find: /Users/franco/Library/Sharing: Operation not permitted
find: /Users/franco/Library/Mail: Operation not permitted
find: /Users/franco/Library/DuetExpertCenter: Operation not permitted
find: /Users/franco/Library/Accounts: Operation not permitted
find: /Users/franco/Library/Safari: Operation not permitted
find: /Users/franco/Library/Biome: Operation not permitted
find: /Users/franco/Library/Shortcuts: Operation not permitted
find: /Users/franco/Library/Suggestions: Operation not permitted
find: /Users/franco/Library/Group Containers/group.com.apple.secure-control-center-preferences: Operation not permitted
find: /Users/franco/Library/Group Containers/group.com.apple.notes: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.VoiceMemos: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.archiveutility: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.Home: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.Safari: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.iChat: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.CloudDocs.MobileDocumentsFileProvider: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.mail: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.Notes: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.news: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.corerecents.recentsd/Data/Library/Recents: Operation not permitted
find: /Users/franco/Library/Containers/com.apple.stocks: Operation not permitted
find: /Users/franco/Library/PersonalizationPortrait: Operation not permitted
find: /Users/franco/Library/Metadata/CoreSpotlight: Operation not permitted
find: /Users/franco/Library/Metadata/com.apple.IntelligentSuggestions: Operation not permitted
find: /Users/franco/Library/Cookies: Operation not permitted
/Users/franco/Library/Thunderbird/Profiles/bge9nk3z.default-release/pepmda/lib/libgcrypt.20.dylib
find: /Users/franco/Library/CoreFollowUp: Operation not permitted
find: /Users/franco/Library/StatusKit: Operation not permitted
find: /Users/franco/Library/Caches/com.apple.HomeKit: Operation not permitted
find: /Users/franco/Library/Caches/CloudKit: Operation not permitted
find: /Users/franco/Library/Caches/com.apple.Safari: Operation not permitted
find: /Users/franco/Library/Caches/com.apple.findmy.fmfcore: Operation not permitted
find: /Users/franco/Library/Caches/FamilyCircle: Operation not permitted
find: /Users/franco/Library/Caches/com.apple.homed: Operation not permitted
find: /Users/franco/Library/Caches/com.apple.findmy.fmipcore: Operation not permitted
find: /Users/franco/Library/Caches/com.apple.ap.adprivacyd: Operation not permitted
find: /Users/franco/.Trash: Operation not permitted
find: /dev/fd/3: Not a directory
find: /dev/fd/4: Not a directory
find: /dev/fd/6: Not a directory
find: /Volumes/TOSHIBA EXT: Operation not permitted
find: /Volumes/VMware_machines/.Spotlight-V100: Operation not permitted
find: /Volumes/VMware_machines/.TemporaryItems: Operation not permitted
find: /Volumes/VMware_machines/.Trashes: Operation not permitted
find: /Volumes/com.apple.TimeMachine.localsnapshots: Operation not permitted

@maltfield
Copy link
Member

maltfield commented May 24, 2023

Interesting! So it looks like you actually have GPG installed, and the library is present in /usr/local/gnupg-2.2/lib/libgcrypt.20.dylib

That differs from my system, where the library lives in /usr/local/lib/libgcrypt.20.dylib

I wonder if this bug was actually introduced by #36 by setting the SRC_DIR environment varialble. In any case, we should be packaging this library to make it self-contained and not require any external dependencies on the system.

@franco640
Copy link
Author

Could it be due to me installing brew on the my system? And the $PATH is set differently due to an app being installed.

@maltfield
Copy link
Member

I have brew on this system too. How did you install gpg? With brew?

@franco640
Copy link
Author

Not sure, could be a dependancy of another app. Well as you are going the self-contained root does not really matter. Hope this helps, and await your update. Thanks

@maltfield
Copy link
Member

maltfield commented May 25, 2023

The new fix-71 branch's latest build now includes the libgcrypt library

user@host buskill-fix-71 % find . | grep -i dylib 
./buskill-fix-71.app/Contents/MacOS/libusb-1.0.dylib
./buskill-fix-71.app/Contents/MacOS/libssl.1.1.dylib
./buskill-fix-71.app/Contents/MacOS/libintl.dylib
./buskill-fix-71.app/Contents/MacOS/libintl.8.dylib
./buskill-fix-71.app/Contents/MacOS/libgcrypt.20.dylib
./buskill-fix-71.app/Contents/MacOS/liblzma.5.dylib
./buskill-fix-71.app/Contents/MacOS/libreadline.8.dylib
./buskill-fix-71.app/Contents/MacOS/libcrypto.1.1.dylib
./buskill-fix-71.app/Contents/Resources/libusb-1.0.dylib
./buskill-fix-71.app/Contents/Resources/libintl.dylib
./buskill-fix-71.app/Contents/Resources/libintl.8.dylib
./buskill-fix-71.app/Contents/Resources/libgcrypt.20.dylib
user@host buskill-fix-71 % 

@franco640 can you please try downloading and running an update from this build?

Please let us know if the issue is still present in the above build or not.

@franco640
Copy link
Author

Just tried your pre-release and got another error

Screenshot 2023-05-25 at 11 08 38

maltfield added a commit that referenced this issue May 25, 2023
@maltfield
Copy link
Member

maltfield commented May 25, 2023

The fix-71 branch's latest build now includes the libassuan library

user@host ~ % open buskill-mac-fix-71-x86_64.dmg 
user@host ~ % cd /Volumes/buskill-fix-71                    
maltfield@5129 buskill-fix-71 % find . | grep -i dylib
./buskill-fix-71.app/Contents/MacOS/libusb-1.0.dylib
./buskill-fix-71.app/Contents/MacOS/libssl.1.1.dylib
./buskill-fix-71.app/Contents/MacOS/libintl.dylib
./buskill-fix-71.app/Contents/MacOS/libintl.8.dylib
./buskill-fix-71.app/Contents/MacOS/libgcrypt.20.dylib
./buskill-fix-71.app/Contents/MacOS/liblzma.5.dylib
./buskill-fix-71.app/Contents/MacOS/libreadline.8.dylib
./buskill-fix-71.app/Contents/MacOS/libcrypto.1.1.dylib
./buskill-fix-71.app/Contents/MacOS/libassuan.0.dylib
./buskill-fix-71.app/Contents/Resources/libusb-1.0.dylib
./buskill-fix-71.app/Contents/Resources/libintl.dylib
./buskill-fix-71.app/Contents/Resources/libintl.8.dylib
./buskill-fix-71.app/Contents/Resources/libgcrypt.20.dylib
./buskill-fix-71.app/Contents/Resources/libassuan.0.dylib
user@host buskill-fix-71 % 

@franco640 can you please try downloading and running an update from this build?

Please let us know if the issue is still present in the above build or not.

@franco640
Copy link
Author

Still no joy

Screenshot 2023-05-25 at 18 38 30

maltfield added a commit that referenced this issue May 25, 2023
@maltfield
Copy link
Member

We're getting close! thank you for your patience :)

The fix-71 branch's latest build now includes the libnpth library

user@host ~ % open buskill-mac-fix-71-x86_64.dmg 
user@host ~ % 

user@host ~ % find /Volumes/buskill-fix-71 | grep -i dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libusb-1.0.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libssl.1.1.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libintl.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libintl.8.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libgcrypt.20.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/liblzma.5.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libreadline.8.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libnpth.0.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libcrypto.1.1.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/MacOS/libassuan.0.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/Resources/libusb-1.0.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/Resources/libintl.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/Resources/libintl.8.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/Resources/libgcrypt.20.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/Resources/libnpth.0.dylib
/Volumes/buskill-fix-71/buskill-fix-71.app/Contents/Resources/libassuan.0.dylib
user@host ~ % 

@franco640 can you please try downloading and running an update from this build?

Please let us know if the issue is still present in the above build or not.

@franco640
Copy link
Author

No problem, here's the next

Screenshot 2023-05-25 at 20 29 23

maltfield added a commit that referenced this issue May 25, 2023
@maltfield
Copy link
Member

maltfield commented May 25, 2023

Thanks. Let's see if we can skip some back-and-forth and just list all the libraries of the gpg binary.

ldd doesn't exist in MacOS, but it looks like there is an equivalent otool

It looks like the only one in "local" dirs that we haven't yet included is libgpg-error.

user@host ~ % sudo ldd /usr/local/bin/gpg
Password:
sudo: ldd: command not found
user@host ~ % 

user@host ~ % sudo otool -L /usr/local/bin/gpg
/usr/local/bin/gpg:
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
	/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5)
	/usr/local/opt/gettext/lib/libintl.8.dylib (compatibility version 12.0.0, current version 12.0.0)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1677.104.0)
	/usr/lib/libsqlite3.dylib (compatibility version 9.0.0, current version 308.5.0)
	/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib (compatibility version 25.0.0, current version 25.1.0)
	/usr/local/opt/libgpg-error/lib/libgpg-error.0.dylib (compatibility version 34.0.0, current version 34.1.0)
	/usr/local/opt/readline/lib/libreadline.8.dylib (compatibility version 8.2.0, current version 8.2.0)
	/usr/local/opt/libassuan/lib/libassuan.0.dylib (compatibility version 9.0.0, current version 9.5.0)
	/usr/local/opt/npth/lib/libnpth.0.dylib (compatibility version 2.0.0, current version 2.2.0)
	/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.100.1)
user@host ~ %           

@franco640
Copy link
Author

franco640 commented May 25, 2023

Here's mine

	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
	/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5)
	@rpath/libintl.9.dylib (compatibility version 11.0.0, current version 11.4.0)
	@rpath/libiconv.2.dylib (compatibility version 9.0.0, current version 9.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.17.0)
	@rpath/libsqlite3.0.dylib (compatibility version 9.0.0, current version 9.6.0)
	@rpath/libgcrypt.20.dylib (compatibility version 23.0.0, current version 23.6.0)
	@rpath/libgpg-error.0.dylib (compatibility version 31.0.0, current version 31.0.0)
	@rpath/libreadline.7.dylib (compatibility version 7.0.0, current version 7.0.0)
	@rpath/libassuan.0.dylib (compatibility version 9.0.0, current version 9.3.0)```

@maltfield
Copy link
Member

maltfield commented May 25, 2023

Yeah, so it says that you already have libgpg-error but BusKill can't find it. Your system is a bad example, though, because you already have gpg installed and we need it to work for those that don't

(meta: btw, if you use three tildes (```) both at the top and the bottom it will make the formatting of blocks of code easier to read)

Edit: oh maybe anything that's prepended with @rpath in your output above we need to package with BusKill. That's a good list, thanks :)

Edit 2: Actually I'm not sure about libiconv. Yours has the @rpath but mine says it's in /usr/lib/. Let's try without it and see..

@franco640
Copy link
Author

franco640 commented May 25, 2023

The error is showing on 2 mac systems. My mac mini which has Venture 13.4 but what odd on the Ventura machine I got this

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool-classic: can't open file: /usr/local/bin/gpg (No such file or directory)

Screenshot 2023-05-25 at 21 05 28

@maltfield
Copy link
Member

maltfield commented May 25, 2023

Ah, interesting. So you don't have gpg installed on the Mac Mini. That's good for testing :)

Would you mind running this to see if your Ventura system already has libiconv?

sudo find / | grep -i libiconv 2>/dev/null

@franco640
Copy link
Author

franco640 commented May 25, 2023

Here is the output , seems brew installed it for me. Apart from that not a standard install.

find: /System/Volumes/Data/.com.apple.templatemigration.boot-install: No such file or directory
find: /System/Volumes/Data/mnt: No such file or directory
find: /System/Volumes/Data/.fseventsd: No such file or directory
find: /System/Volumes/Data/.DocumentRevisions-V100: No such file or directory
/System/Volumes/Data/Users/bigsur/Library/Developer/Xcode/iOS DeviceSupport/15.0.2 (19A404)/Symbols/usr/lib/libiconv.2.dylib
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.4.0.dylib
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.dylib
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.2.4.0.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.2.tbd
/System/Volumes/Data/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.tbd
/System/Volumes/Data/opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libiconv.rb
find: /System/Volumes/Data/.PreviousSystemInformation: No such file or directory
find: /System/Volumes/Data/.TemporaryItems: No such file or directory
find: /System/Volumes/iSCPreboot: No such file or directory
find: /System/DriverKit: No such file or directory
/Users/bigsur/Library/Developer/Xcode/iOS DeviceSupport/15.0.2 (19A404)/Symbols/usr/lib/libiconv.2.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/usr/lib/libiconv.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libiconv.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.4.0.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/lib/libiconv.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/libiconv.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/libiconv.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.2.4.0.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.2.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libiconv.tbd
/opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/libiconv.rb
find: /dev/fd/3: Not a directory
find: /dev/fd/4: Not a directory
find: /dev/fd/6: Not a directory```

@maltfield
Copy link
Member

Well, it looks like you have it through brew & XCode, at least

@maltfield
Copy link
Member

The fix-71 branch's latest build now includes the libgpg-error library

user@host buskill-fix-71 % find . | grep -i dylib                 
./buskill-fix-71.app/Contents/MacOS/libusb-1.0.dylib
./buskill-fix-71.app/Contents/MacOS/libssl.1.1.dylib
./buskill-fix-71.app/Contents/MacOS/libintl.dylib
./buskill-fix-71.app/Contents/MacOS/libintl.8.dylib
./buskill-fix-71.app/Contents/MacOS/libgpg-error.0.dylib
./buskill-fix-71.app/Contents/MacOS/libgcrypt.20.dylib
./buskill-fix-71.app/Contents/MacOS/liblzma.5.dylib
./buskill-fix-71.app/Contents/MacOS/libreadline.8.dylib
./buskill-fix-71.app/Contents/MacOS/libnpth.0.dylib
./buskill-fix-71.app/Contents/MacOS/libcrypto.1.1.dylib
./buskill-fix-71.app/Contents/MacOS/libassuan.0.dylib
./buskill-fix-71.app/Contents/Resources/libusb-1.0.dylib
./buskill-fix-71.app/Contents/Resources/libintl.dylib
./buskill-fix-71.app/Contents/Resources/libintl.8.dylib
./buskill-fix-71.app/Contents/Resources/libgpg-error.0.dylib
./buskill-fix-71.app/Contents/Resources/libgcrypt.20.dylib
./buskill-fix-71.app/Contents/Resources/libnpth.0.dylib
./buskill-fix-71.app/Contents/Resources/libassuan.0.dylib
user@host buskill-fix-71 % 

@franco640 can you please try downloading and running an update from this build?

Please let us know if the issue is still present in the above build or not.

@franco640
Copy link
Author

Brew and Xcode is not an off the shelf clean mac install. If you don't have those installed your a little stuffed unless it comes bundled within the app.

@franco640
Copy link
Author

Ok, seems to getting there. 2 separate issues

Montery - Macbook pro laptop got the following

Screenshot 2023-05-25 at 21 23 43

Venture - Mac Mini

Has the font issue bug you mentioned but the error shows the following

Screenshot 2023-05-25 at 21 22 19

@maltfield
Copy link
Member

maltfield commented May 25, 2023

@franco640 please make sure that you're "installing" the BusKill app. It must be dragged-and-dropped to somewhere on your system (eg your Desktop) that's outside of the .dmg

install app in MacOS

Can you please try "installing" it on your Desktop, execute it there, and then retry the in-app upgrade?

@franco640
Copy link
Author

franco640 commented May 25, 2023

I am on both and got those errors

Screenshot 2023-05-25 at 21 31 54

@maltfield
Copy link
Member

Can you try on the Desktop instead of in /Applications?

If it still isn't working, then please post the debug logs so I can see what's going on under the hood.

@franco640
Copy link
Author

JOY!!!! it works on both :)

Screenshot 2023-05-25 at 21 39 44

@maltfield
Copy link
Member

Great :) Because you're running a dev prerelease, your "success" message should actually be it "downgrading" to v0.6.0, but this should be fixed in v0.7.0.

Thanks again for helping to make BusKill better for MacOS users, and please post more bug reports if you find anything else that isn't working the way it should.

Can you please confirm that otherwise the app is fully functional in

  1. MacOS Monterey (12.6.5) and
  2. MacOS Ventura 13.4?

If so, we'll add it to our documentation as a tested & supported system

@franco640
Copy link
Author

franco640 commented May 25, 2023

All good, glad I could help.

Can confirm both

  1. MacOS Monterey (12.6.5) and
  2. MacOS Ventura 13.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🍎 MacOS v0.7.0
Projects
None yet
Development

No branches or pull requests

2 participants