@<1542316991337992192:profile|AverageMoth57> , here you go - None
Hi @<1542316991337992192:profile|AverageMoth57> , can you please explain the use-case? I'm not sure I follow
but how can we configure this .ssh in agent machine
No, but this is for Gerrit so would that be same
I need to run the code which are in Gerrit but while cloning that getting below error. seems like we need to configure in gerrit Adding venv into cache: C:\Users\kavyashree.ab.clearml\venvs-builds\3.9
2023-03-16 17:42:56
clearml_agent: ERROR: [('C:/Users/kavyashree.ab/.clearml/venvs-builds/3.9/Lib\site-packages\tensorflow\include\external\cudnn_frontend_archive\_virtual_includes\cudnn_frontend\third_party\cudnn_frontend\include\cudnn_frontend_EngineConfigGenerator.h', 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\site-packages\tensorflow\include\external\cudnn_frontend_archive\_virtual_includes\cudnn_frontend\third_party\cudnn_frontend\include\cudnn_frontend_EngineConfigGenerator.h', "[Errno 2] No such file or directory: 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\\site-packages\\tensorflow\\include\\external\\cudnn_frontend_archive\\_virtual_includes\\cudnn_frontend\\third_party\\cudnn_frontend\\include\\cudnn_frontend_EngineConfigGenerator.h'"), ('C:/Users/kavyashree.ab/.clearml/venvs-builds/3.9/Lib\site-packages\tensorflow\include\external\cudnn_frontend_archive\_virtual_includes\cudnn_frontend\third_party\cudnn_frontend\include\cudnn_frontend_EngineFallbackList.h', 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\site-packages\tensorflow\include\external\cudnn_frontend_archive\_virtual_includes\cudnn_frontend\third_party\cudnn_frontend\include\cudnn_frontend_EngineFallbackList.h', "[Errno 2] No such file or directory: 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\\site-packages\\tensorflow\\include\\external\\cudnn_frontend_archive\\_virtual_includes\\cudnn_frontend\\third_party\\cudnn_frontend\\include\\cudnn_frontend_EngineFallbackList.h'"), ('C:/Users/kavyashree.ab/.clearml/venvs-builds/3.9/Lib\site-packages\tensorflow\include\external\llvm-project\mlir\_virtual_includes\BufferizableOpInterfaceIncGen\mlir\Dialect\Linalg\ComprehensiveBufferize\BufferizableOpInterface.cpp.inc', 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\site-packages\tensorflow\include\external\llvm-project\mlir\_virtual_includes\BufferizableOpInterfaceIncGen\mlir\Dialect\Linalg\ComprehensiveBufferize\BufferizableOpInterface.cpp.inc', "[Errno 2] No such file or directory: 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\\site-packages\\tensorflow\\include\\external\\llvm-project\\mlir\\_virtual_includes\\BufferizableOpInterfaceIncGen\\mlir\\Dialect\\Linalg\\ComprehensiveBufferize\\BufferizableOpInterface.cpp.inc'"), ('C:/Users/kavyashree.ab/.clearml/venvs-builds/3.9/Lib\site-packages\tensorflow\include\external\llvm-project\mlir\_virtual_includes\BufferizableOpInterfaceIncGen\mlir\Dialect\Linalg\ComprehensiveBufferize\BufferizableOpInterface.h.inc', 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\site-packages\tensorflow\include\external\llvm-project\mlir\_virtual_includes\BufferizableOpInterfaceIncGen\mlir\Dialect\Linalg\ComprehensiveBufferize\BufferizableOpInterface.h.inc', "[Errno 2] No such file or directory: 'C:/Users/kavyashree.ab/.clearml/venvs-cache/_temp.1678968241_3725352.0_19145510944557054/Lib\\site-packages\\tensorflow\\include\\external\\llvm-project\\mlir\\_virtual_includes\\BufferizableOpInterfaceIncGen\\mlir\\Dialect\\Linalg\\ComprehensiveBufferize\\BufferizableOpInterface.h.inc'")]
2023-03-16 17:42:57
Process failed, exit code 1
Using cached repository in "C:\Users*..clearml\vcs-cache*.*"
ssh: Could not resolve hostname tegerrit.tataelxsi.co.in : Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Repository cloning failed: Command '['git', 'fetch', '--all', '--recurse-submodules']' returned non-zero exit status 128.
@<1542316991337992192:profile|AverageMoth57> it sounds like you should use SSH authentication for the agent, just setforce_git_ssh_protocol: true
None
And make sure you have the SSH kets on the agent's machine
ssh: Could not resolve hostname
: Name or service not known
@<1542316991337992192:profile|AverageMoth57> so is this the main issue? this seems unrelated to the Gerrit thing, just missing configuration of the .ssh on the agent machine, is that correct?
This should be a good started, after googling more on how ssh works will give you the right direction 🙂
i have tried this but should we configure this in clearML.config as well
did you setup agent.git_pass
& agent.git_user
in clearml.conf
?
Hi @<1542316991337992192:profile|AverageMoth57>
Not sure I follow how the integration what you have in mind regarding Gerrit integration None
Sounds interesting ...
wdyt?