$ date --- stdout --- Sun Oct 12 06:00:22 UTC 2025 --- end --- $ git clone file:///srv/git/mediawiki-extensions-LibraryCheckout.git repo --depth=1 -b REL1_44 --- stderr --- Cloning into 'repo'... --- stdout --- --- end --- $ git config user.name libraryupgrader --- stdout --- --- end --- $ git config user.email tools.libraryupgrader@tools.wmflabs.org --- stdout --- --- end --- $ git submodule update --init --- stdout --- --- end --- $ grr init --- stdout --- Installed commit-msg hook. --- end --- $ git show-ref refs/heads/REL1_44 --- stdout --- 6472282a3dda800b4fdc83c0d3b8e8b4d727bf50 refs/heads/REL1_44 --- end --- Traceback (most recent call last): File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 2030, in main libup.run(args.repo, args.output, args.branch) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1965, in run plan = planner.check(repo) File "/venv/lib/python3.13/site-packages/runner/httpplan.py", line 38, in check resp.raise_for_status() ~~~~~~~~~~~~~~~~~~~~~^^ File "/venv/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: https://libup.wmcloud.org/plan.json?repository=mediawiki%2Fextensions%2FLibraryCheckout&branch=REL1_44