[2025-06-15 01:27:38.594771 atlas] INFO: xbbs.worker: running job JobMessage(project='managarm_aarch64', job='tool:cross-binutils', repository='https://github.com/managarm/bootstrap-managarm.git', revision='4030cce575b6d957775a67be7cb06ed5f2c7618d', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={}, prod_tools={'cross-binutils': {'architecture': 'aarch64', 'version': '2.43.1_1'}}, prod_files=[], tool_repo='https://mirrors.managarm.org/currents/managarm_aarch64/tool_repo', pkg_repo='https://mirrors.managarm.org/currents/managarm_aarch64/package_repo', mirror_root='https://mirrors.managarm.org/mirror/', distfile_path='xbbs/aarch64/') [2025-06-15 01:27:38.595817 atlas] 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-06-15 01:27:38.626155 atlas] 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-06-15 01:27:38.645055 atlas] 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/': Could not resolve host: github.com [2025-06-15 01:27:48.695906 atlas] ERROR: xbbs.worker: job JobMessage(project='managarm_aarch64', job='tool:cross-binutils', repository='https://github.com/managarm/bootstrap-managarm.git', revision='4030cce575b6d957775a67be7cb06ed5f2c7618d', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={}, prod_tools={'cross-binutils': {'architecture': 'aarch64', 'version': '2.43.1_1'}}, prod_files=[], tool_repo='https://mirrors.managarm.org/currents/managarm_aarch64/tool_repo', pkg_repo='https://mirrors.managarm.org/currents/managarm_aarch64/package_repo', mirror_root='https://mirrors.managarm.org/mirror/', distfile_path='xbbs/aarch64/') failed due to an exception Traceback (most recent call last): File "/var/lib/xbbs/xbbs_virtualenv/lib/python3.12/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.12/site-packages/xbbs/worker/__init__.py", line 151, in runcmd return check_call(cmd, **kwargs, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/xbbs/xbbs_virtualenv/lib/python3.12/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.