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
curl: (6) Could not resolve host: [github.com](http://github.com/)
"Traceback (most recent call last):
File "/tmp/air-voiceforce-hyperpod-lifecycle-2/src/lifecycle_script.py", line 211, in <module>
main(args)
File "/tmp/air-voiceforce-hyperpod-lifecycle-2/src/lifecycle_script.py", line 184, in main
ExecuteBashScript("./utils/install_enroot_pyxis.sh").run(node_type)
File "/tmp/air-voiceforce-hyperpod-lifecycle-2/src/lifecycle_script.py", line 31, in run
result.check_returncode()
File "/usr/lib/python3.10/subprocess.py", line 457, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,"
subprocess.CalledProcessError: Command '['sudo', 'bash', './utils/install_enroot_pyxis.sh', <SlurmNodeType.COMPUTE_NODE: 'compute'>]' returned non-zero exit status 6.
The text was updated successfully, but these errors were encountered:
Seems similar to #675, where nodes aren't able to reach internet randomly during LCS execution. Weird that all previous packages were installed successfully (including apt and pip)
The text was updated successfully, but these errors were encountered: