2026-05-11 16:26:58 INFO run /tmp/tmpvbg3hf90source-git-clone# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/elaboradar --branch master remote: Internal Server Error fatal: unable to access 'https://github.com/ARPA-SIMC/elaboradar/': The requested URL returned error: 500 Traceback (most recent call last): File "/usr/bin/monci", line 6, in main() ~~~~^^ File "/usr/lib/python3.13/site-packages/moncic/__main__.py", line 51, in main return handler.run() ~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/moncic/cli/build.py", line 115, in run with self.source(image.distro) as source: ~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/site-packages/moncic/cli/moncic.py", line 340, in source with self.local_source() as local_source: ~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/site-packages/moncic/cli/moncic.py", line 320, in local_source with Source.create_local( ~~~~~~~~~~~~~~~~~~~^ source=self.args.source, branch=self.args.branch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) as source: ^ File "/usr/lib/python3.13/site-packages/moncic/source/source.py", line 181, in create_local return base.clone(branch) ~~~~~~~~~~^^^^^^^^ File "/usr/lib/python3.13/site-packages/moncic/source/remote.py", line 31, in clone return self._git_clone(self.name, branch) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/moncic/source/source.py", line 240, in _git_clone command_log.run(clone_cmd, cwd=workdir) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/moncic/source/source.py", line 43, in run return run(cmd, **kwargs) File "/usr/lib/python3.13/site-packages/moncic/utils/run.py", line 37, in run return subprocess.run(cmd, check=check, **kw) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['git', '-c', 'advice.detachedHead=false', 'clone', '--quiet', 'https://github.com/ARPA-SIMC/elaboradar', '--branch', 'master']' returned non-zero exit status 128.