2025-11-10 18:20:31 INFO run /tmp/tmphhfx83rtsource-git-clone# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/PRAGA --branch master remote: Internal Server Error fatal: unable to access 'https://github.com/ARPA-SIMC/PRAGA/': The requested URL returned error: 500 Traceback (most recent call last): File "/usr/bin/monci", line 6, in main() File "/usr/lib/python3.12/site-packages/moncic/__main__.py", line 47, in main return handler.run() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/cli/build.py", line 91, in run with self.source(image.distro) as source: ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/cli/moncic.py", line 280, in source with self.local_source() as local_source: ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/cli/moncic.py", line 266, in local_source with Source.create_local(source=self.args.source, branch=self.args.branch) as source: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/source/source.py", line 168, in create_local return base.clone(branch) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/source/remote.py", line 31, in clone return self._git_clone(self.name, branch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/source/source.py", line 213, in _git_clone command_log.run(clone_cmd, cwd=workdir) File "/usr/lib/python3.12/site-packages/moncic/source/source.py", line 41, in run return run(cmd, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/utils/run.py", line 35, in run return subprocess.run(cmd, check=check, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['git', '-c', 'advice.detachedHead=false', 'clone', '--quiet', 'https://github.com/ARPA-SIMC/PRAGA', '--branch', 'master']' returned non-zero exit status 128.