[2024-10-14 13:17:51.238363 sunset] INFO: xbbs.worker: running job JobMessage(project='managarm', job='batch:system-toolchain', repository='https://github.com/managarm/bootstrap-managarm.git', revision='2f39d0784d5e76620f88f52fe32a163e9cd0a4d3', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'linux-headers': {'architecture': 'x86_64', 'version': '6.9.3_1'}, 'libdrm-headers': {'architecture': 'x86_64', 'version': '2.4.115_1'}, 'frigg': {'architecture': 'x86_64', 'version': '0.0pl342_7'}}, needed_tools={'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}, 'host-managarm-tools': {'architecture': {'x86_64'}, 'version': '0.0pl4413_3'}, 'host-pkg-config': {'architecture': {'x86_64'}, 'version': '0.29.2_2'}}, prod_pkgs={'mlibc': {'architecture': 'x86_64', 'version': '0.0pl4027_2'}, 'mlibc-headers': {'architecture': 'x86_64', 'version': '0.0pl4027_2'}}, prod_tools={'bootstrap-system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_2'}, 'system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_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/') [2024-10-14 13:17:51.238880 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-10-14 13:17:51.247706 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-10-14 13:17:51.255944 sunset] INFO: xbbs.worker: running command ['git', 'fetch', 'origin'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) From https://github.com/managarm/bootstrap-managarm * [new branch] master -> origin/master [2024-10-14 13:17:52.118135 sunset] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', '2f39d0784d5e76620f88f52fe32a163e9cd0a4d3'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at 2f39d07 sys-boot: upgrade Limine to 8.1.1 [2024-10-14 13:17:52.151453 sunset] INFO: xbbs.worker: running command ['xbstrap', 'init', '/var/lib/xbbs/tmp/worker.src'] (params {'cwd': '/var/lib/xbbs/tmp/worker'}) Traceback (most recent call last): File "/usr/local/bin/xbstrap", line 5, in from xbstrap import main ModuleNotFoundError: No module named 'xbstrap' [2024-10-14 13:17:52.177219 sunset] ERROR: xbbs.worker: job JobMessage(project='managarm', job='batch:system-toolchain', repository='https://github.com/managarm/bootstrap-managarm.git', revision='2f39d0784d5e76620f88f52fe32a163e9cd0a4d3', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'linux-headers': {'architecture': 'x86_64', 'version': '6.9.3_1'}, 'libdrm-headers': {'architecture': 'x86_64', 'version': '2.4.115_1'}, 'frigg': {'architecture': 'x86_64', 'version': '0.0pl342_7'}}, needed_tools={'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}, 'host-managarm-tools': {'architecture': {'x86_64'}, 'version': '0.0pl4413_3'}, 'host-pkg-config': {'architecture': {'x86_64'}, 'version': '0.29.2_2'}}, prod_pkgs={'mlibc': {'architecture': 'x86_64', 'version': '0.0pl4027_2'}, 'mlibc-headers': {'architecture': 'x86_64', 'version': '0.0pl4027_2'}}, prod_tools={'bootstrap-system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_2'}, 'system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_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 "/usr/local/lib/python3.10/dist-packages/xbbs/worker/__init__.py", line 178, in run_job runcmd(["xbstrap", "init", source_dir], cwd=build_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 '['xbstrap', 'init', '/var/lib/xbbs/tmp/worker.src']' returned non-zero exit status 1.