Failing python job without logs

Hello! I am trying to run a job with a task that

  1. Installs pyenv and python with specific version

2.Installs requirements from requirements.in file

3.Installs runs python script

The problem is that sometimes my job hangs for ~15 minutes on installing python and fails finally. And sometimes the same happens while installing requirements. I tested my scenario on the same machine type and everything worked well, but when I submit job it doesn’t

Logs example on installing python

@Ivan_ From what you described, I suspect this is some configuration issue. Would you be able to give usa minimal reproducible example of the job with the script that we can try?