[2025-04-20 01:03:22.402752 tictac] INFO: xbbs.worker: running job JobMessage(project='managarm', job='tool:host-frigg', repository='https://github.com/managarm/bootstrap-managarm.git', revision='6dd881579ebdc7449bec3fb9a5ec58ec55e6f6db', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={}, prod_tools={'host-frigg': {'architecture': {'x86_64'}, 'version': '0.0pl358_2'}}, prod_files=[], tool_repo='https://mirrors.managarm.org/currents/managarm/tool_repo', pkg_repo='https://mirrors.managarm.org/currents/managarm/package_repo', mirror_root='https://mirrors.managarm.org/mirror/', distfile_path='xbbs/x86_64/') [2025-04-20 01:03:22.403325 tictac] INFO: xbbs.worker: running command ['git', 'init'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/.git/ [2025-04-20 01:03:22.416839 tictac] INFO: xbbs.worker: running command ['git', 'remote', 'add', 'origin', 'https://github.com/managarm/bootstrap-managarm.git'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) [2025-04-20 01:03:22.424345 tictac] INFO: xbbs.worker: running command ['git', 'fetch', 'origin'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) fatal: unable to access 'https://github.com/managarm/bootstrap-managarm.git/': Failed to connect to github.com port 443: Connection timed out [2025-04-20 01:05:32.735899 tictac] ERROR: xbbs.worker: job JobMessage(project='managarm', job='tool:host-frigg', repository='https://github.com/managarm/bootstrap-managarm.git', revision='6dd881579ebdc7449bec3fb9a5ec58ec55e6f6db', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={}, prod_tools={'host-frigg': {'architecture': {'x86_64'}, 'version': '0.0pl358_2'}}, prod_files=[], tool_repo='https://mirrors.managarm.org/currents/managarm/tool_repo', pkg_repo='https://mirrors.managarm.org/currents/managarm/package_repo', mirror_root='https://mirrors.managarm.org/mirror/', distfile_path='xbbs/x86_64/') failed due to an exception Traceback (most recent call last): File "/var/lib/xbbs/xbbs_virtualenv/lib/python3.9/site-packages/xbbs/worker/__init__.py", line 172, in run_job runcmd(["git", "fetch", "origin"], cwd=source_dir) File "/var/lib/xbbs/xbbs_virtualenv/lib/python3.9/site-packages/xbbs/worker/__init__.py", line 151, in runcmd return check_call(cmd, **kwargs, File "/var/lib/xbbs/xbbs_virtualenv/lib/python3.9/site-packages/gevent/subprocess.py", line 344, in check_call raise CalledProcessError(retcode, cmd) # pylint:disable=undefined-variable subprocess.CalledProcessError: Command '['git', 'fetch', 'origin']' returned non-zero exit status 128.