You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out I do have a problem: it looks like some kind of recursive path building algorithm might be failing to terminate here?
TASK [geerlingguy.mac.homebrew : Ensure proper ownership on homebrew_install_path subdirs.] **********************************************************************************************************************************************************************************
fatal: [ponyo]: FAILED! => {"changed": false, "module_stderr": "Shared connection to 192.168.1.75 closed.\r\n", "module_stdout": "\r\nTraceback (most recent call last):\r\n File \"/Users/mike/.ansible/tmp/ansible-tmp-1717250822.494478-65710-100679503069128/AnsiballZ_file.py\", line 107, in <module>\r\n _ansiballz_main()\r\n File \"/Users/mike/.ansible/tmp/ansible-tmp-1717250822.494478-65710-100679503069128/AnsiballZ_file.py\", line 99, in _ansiballz_main\r\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r\n File \"/Users/mike/.ansible/tmp/ansible-tmp-1717250822.494478-65710-100679503069128/AnsiballZ_file.py\", line 47, in invoke_module\r\n runpy.run_module(mod_name='ansible.modules.file', init_globals=dict(_module_fqn='ansible.modules.file', _modlib_path=modlib_path),\r\n File \"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py\", line 210, in run_module\r\n return _run_module_code(code, init_globals, run_name, mod_spec)\r\n File \"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py\", line 97, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File \"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py\", line 87, in _run_code\r\n exec(code, run_globals)\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 987, in <module>\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 973, in main\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 683, in ensure_directory\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 369, in recursive_set_attributes\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 369, in recursive_set_attributes\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 369, in recursive_set_attributes\r\n [Previous line repeated 17 more times]\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/modules/file.py\", line 353, in recursive_set_attributes\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/module_utils/basic.py\", line 1153, in set_fs_attributes_if_different\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/module_utils/basic.py\", line 797, in set_owner_if_different\r\n File \"/tmp/ansible_file_payload_c9fv2vri/ansible_file_payload.zip/ansible/module_utils/basic.py\", line 691, in user_and_group\r\nOSError: [Errno 63] File name too long: b'/Applications/calibre.app/Contents/ebook-viewer.app/Contents/../../Frameworks/QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/Versions/Current/Helpers/QtWebEngineProcess.app/Contents/../../../../../../QtWebEngineCore.framework/QtWebEngineCore'\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Turns out I do have a problem: it looks like some kind of recursive path building algorithm might be failing to terminate here?
Beta Was this translation helpful? Give feedback.
All reactions