[2024-09-23 19:35:47.299890 sunset] INFO: xbbs.worker: running job JobMessage(project='managarm', job='package:managarm-kernel', repository='https://github.com/managarm/bootstrap-managarm.git', revision='9c26688f18995d792ecf2ab4ce28f7952bcd0f38', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'frigg': {'architecture': 'x86_64', 'version': '0.0pl339_7'}, 'linux-headers': {'architecture': 'x86_64', 'version': '6.9.3_1'}, 'libdrm-headers': {'architecture': 'x86_64', 'version': '2.4.115_1'}, 'mlibc-headers': {'architecture': 'x86_64', 'version': '0.0pl3981_2'}}, needed_tools={'host-managarm-tools': {'architecture': {'x86_64'}, 'version': '0.0pl4382_3'}, 'host-pkg-config': {'architecture': {'x86_64'}, 'version': '0.29.2_2'}, 'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}, 'host-llvm-toolchain': {'architecture': {'x86_64'}, 'version': '18.1.2_1'}, 'kernel-gcc': {'architecture': 'x86_64', 'version': '13.2.3_1'}}, prod_pkgs={'managarm-kernel': {'architecture': 'x86_64', 'version': '0.0pl4382_1'}}, prod_tools={}, 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/') [2024-09-23 19:35:47.300322 sunset] 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/ [2024-09-23 19:40:23.969482 sunset] INFO: xbbs.worker: running command ['git', 'remote', 'add', 'origin', 'https://github.com/managarm/bootstrap-managarm.git'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) [2024-09-23 19:42:20.926559 sunset] INFO: xbbs.worker: running command ['git', 'fetch', 'origin'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) error: RPC failed; curl 16 Error in the HTTP2 framing layer error: 30 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output [2024-09-23 19:43:59.349950 sunset] ERROR: xbbs.worker: job JobMessage(project='managarm', job='package:managarm-kernel', repository='https://github.com/managarm/bootstrap-managarm.git', revision='9c26688f18995d792ecf2ab4ce28f7952bcd0f38', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'frigg': {'architecture': 'x86_64', 'version': '0.0pl339_7'}, 'linux-headers': {'architecture': 'x86_64', 'version': '6.9.3_1'}, 'libdrm-headers': {'architecture': 'x86_64', 'version': '2.4.115_1'}, 'mlibc-headers': {'architecture': 'x86_64', 'version': '0.0pl3981_2'}}, needed_tools={'host-managarm-tools': {'architecture': {'x86_64'}, 'version': '0.0pl4382_3'}, 'host-pkg-config': {'architecture': {'x86_64'}, 'version': '0.29.2_2'}, 'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}, 'host-llvm-toolchain': {'architecture': {'x86_64'}, 'version': '18.1.2_1'}, 'kernel-gcc': {'architecture': 'x86_64', 'version': '13.2.3_1'}}, prod_pkgs={'managarm-kernel': {'architecture': 'x86_64', 'version': '0.0pl4382_1'}}, prod_tools={}, 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 "/usr/local/lib/python3.10/dist-packages/xbbs/worker/__init__.py", line 172, in run_job runcmd(["git", "fetch", "origin"], cwd=source_dir) File "/usr/local/lib/python3.10/dist-packages/xbbs/worker/__init__.py", line 151, in runcmd return check_call(cmd, **kwargs, File "/usr/local/lib/python3.10/dist-packages/gevent/subprocess.py", line 340, in check_call raise CalledProcessError(retcode, cmd) # pylint:disable=undefined-variable subprocess.CalledProcessError: Command '['git', 'fetch', 'origin']' returned non-zero exit status 128.