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
File "/ccs/home/ketan2/.local/bin/zambeze-agent", line 74, in
agent_app()
File "/ccs/home/ketan2/.local/bin/zambeze-agent", line 70, in start
Agent(conf_file=config_path, logger=agent_logger)
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/agent/agent.py", line 54, in init
self._executor = Executor(
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/executor.py", line 55, in init
self._msg_factory = MessageFactory(logger=self._logger)
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/message/message_factory.py", line 27, in init
self._plugins_msg_template_generators = PluginsMessageTemplateEngine(logger)
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/plugins_message_template_engine.py", line 21, in init
self.__registerPluginTemplateGenerators()
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/plugins_message_template_engine.py", line 28, in __registerPluginTemplateGenerat
ors
module = import_module(
File "/opt/cray/pe/python/3.9.13.1/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/opt/cray/pe/python/3.9.13.1/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 972, in _find_and_load_unlocked
File "", line 228, in _call_with_frames_removed
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 972, in _find_and_load_unlocked
File "", line 228, in _call_with_frames_removed
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'zambeze.orchestration.plugin_modules.git.cmd'
The text was updated successfully, but these errors were encountered:
[[email protected] examples]$ zambeze-agent
Log path was not specified using default.
Log path: /ccs/home/ketan2/.zambeze/logs/2023_04_17-10_57_10_218.log
['git', 'git.cmd', 'git.compat', 'git.config', 'git.db', 'git.diff', 'git.exc', 'git.index', 'git.index.base', 'git.index.fun', 'git.index.typ', 'git.index.util',
'git.objects', 'git.objects.base', 'git.objects.blob', 'git.objects.commit', 'git.objects.fun', 'git.objects.submodule', 'git.objects.submodule.base', 'git.objec
ts.submodule.root', 'git.objects.submodule.util', 'git.objects.tag', 'git.objects.tree', 'git.objects.util', 'git.refs', 'git.refs.head', 'git.refs.log', 'git.ref
s.reference', 'git.refs.remote', 'git.refs.symbolic', 'git.refs.tag', 'git.remote', 'git.repo', 'git.repo.base', 'git.repo.fun', 'git.types', 'git.util', 'globus'
, 'rsync', 'shell']
git
Attribute nameis GitMessageTemplateGenerator
git.cmd
Traceback (most recent call last):
File "/ccs/home/ketan2/.local/bin/zambeze-agent", line 74, in
agent_app()
File "/ccs/home/ketan2/.local/bin/zambeze-agent", line 70, in start
Agent(conf_file=config_path, logger=agent_logger)
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/agent/agent.py", line 54, in init
self._executor = Executor(
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/executor.py", line 55, in init
self._msg_factory = MessageFactory(logger=self._logger)
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/message/message_factory.py", line 27, in init
self._plugins_msg_template_generators = PluginsMessageTemplateEngine(logger)
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/plugins_message_template_engine.py", line 21, in init
self.__registerPluginTemplateGenerators()
File "/lustre/orion/stf008/scratch/ketan2/zambeze/zambeze/zambeze/orchestration/plugins_message_template_engine.py", line 28, in __registerPluginTemplateGenerat
ors
module = import_module(
File "/opt/cray/pe/python/3.9.13.1/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/opt/cray/pe/python/3.9.13.1/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 972, in _find_and_load_unlocked
File "", line 228, in _call_with_frames_removed
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 972, in _find_and_load_unlocked
File "", line 228, in _call_with_frames_removed
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'zambeze.orchestration.plugin_modules.git.cmd'
The text was updated successfully, but these errors were encountered: