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

git import related errors on zambeze-agent #115

Open
ketancmaheshwari opened this issue Apr 17, 2023 · 1 comment
Open

git import related errors on zambeze-agent #115

ketancmaheshwari opened this issue Apr 17, 2023 · 1 comment
Assignees

Comments

@ketancmaheshwari
Copy link
Collaborator

[ketan2@login13.frontier 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

  • Registering plugin template generator: gitmessagetemplategenerator
    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'

@ketancmaheshwari
Copy link
Collaborator Author

Seeing this on Frontier login node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants