[2024-11-04 11:47:35.451724 sunset] INFO: xbbs.worker: running job JobMessage(project='managarm_aarch64', job='tool:ovmf', repository='https://github.com/managarm/bootstrap-managarm.git', revision='09ff8f0c471f1211fe8f30b466917a70f898048e', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={'host-python': {'architecture': {'aarch64'}, 'version': '3.10.12_1'}, 'host-iasl': {'architecture': {'aarch64'}, 'version': '0.0_0'}, 'host-llvm-toolchain': {'architecture': {'aarch64'}, 'version': '19.1.3_1'}}, prod_pkgs={}, prod_tools={'ovmf': {'architecture': 'aarch64', 'version': '0.0_2'}}, 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/') [2024-11-04 11:47:35.452203 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-11-04 11:47:35.463606 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-11-04 11:47:35.475400 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-11-04 11:47:36.560179 sunset] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', '09ff8f0c471f1211fe8f30b466917a70f898048e'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at 09ff8f0 Merge pull request #400 from no92/qemu-9.1.1 [2024-11-04 11:47:36.602265 sunset] INFO: xbbs.worker: running command ['xbstrap', 'init', '/var/lib/xbbs/tmp/worker.src'] (params {'cwd': '/var/lib/xbbs/tmp/worker'}) Creating cargo-home/config.toml [2024-11-04 11:48:18.518697 sunset] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:17', 'tool:ovmf'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (17,)}) xbstrap: Running the following plan: fetch ovmf checkout ovmf patch ovmf regenerate ovmf configure-tool ovmf compile-tool ovmf install-tool ovmf archive-tool ovmf xbstrap: fetch ovmf [1/8] Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/ports/ovmf/.git/ From https://mirrors.managarm.org/mirror/git/ovmf * [new tag] edk2-stable202408 -> edk2-stable202408 xbstrap: checkout ovmf [2/8] [2024-11-04 11:48:29.698126 sunset] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 8, 'n_this': 1, 'status': 'success', 'subject': 'ovmf'} HEAD is now at b158dad EmulatorPkg: VS2022 Support on WinHost. xbstrap: patch ovmf [3/8] xbstrap: regenerate ovmf [4/8] [2024-11-04 11:48:30.354293 sunset] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 8, 'n_this': 2, 'status': 'success', 'subject': 'ovmf'} [2024-11-04 11:48:30.355055 sunset] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 8, 'n_this': 3, 'status': 'success', 'subject': 'ovmf'} xbstrap: Running ['git', 'submodule', 'update', '--init', 'BaseTools/Source/C/BrotliCompress/brotli', 'CryptoPkg/Library/MbedTlsLib/mbedtls', 'CryptoPkg/Library/OpensslLib/openssl', 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli', 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma', 'MdePkg/Library/BaseFdtLib/libfdt', 'MdePkg/Library/MipiSysTLib/mipisyst', 'RedfishPkg/Library/JsonLib/jansson', 'SecurityPkg/DeviceSecurity/SpdmLib/libspdm', 'SoftFloat'] (tools: []) via cbuildrt PID init is 2457341 (outside the namespace) error: pathspec 'SoftFloat' did not match any file(s) known to git Traceback (most recent call last): File "/usr/local/bin/xbstrap", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/dist-packages/xbstrap/__init__.py", line 1011, in main args._impl(args) File "/usr/local/lib/python3.11/dist-packages/xbstrap/__init__.py", line 988, in do_execute_manifest xbstrap.base.execute_manifest(manifest) File "/usr/local/lib/python3.11/dist-packages/xbstrap/base.py", line 1797, in execute_manifest subprocess.check_call(args, env=environ, cwd=workdir, stdout=output, stderr=output) File "/usr/lib/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'submodule', 'update', '--init', 'BaseTools/Source/C/BrotliCompress/brotli', 'CryptoPkg/Library/MbedTlsLib/mbedtls', 'CryptoPkg/Library/OpensslLib/openssl', 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli', 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma', 'MdePkg/Library/BaseFdtLib/libfdt', 'MdePkg/Library/MipiSysTLib/mipisyst', 'RedfishPkg/Library/JsonLib/jansson', 'SecurityPkg/DeviceSecurity/SpdmLib/libspdm', 'SoftFloat']' returned non-zero exit status 1. child returned non-zero exit code xbstrap: Skipping action configure-tool of ovmf due to failed prerequisites [5/8] xbstrap: Skipping action compile-tool of ('ovmf', None) due to failed prerequisites [6/8] xbstrap: Skipping action install-tool of ('ovmf', None) due to failed prerequisites [7/8] xbstrap: Skipping action archive-tool of ovmf due to failed prerequisites [8/8] [2024-11-04 11:48:30.659811 sunset] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 8, 'n_this': 4, 'status': 'failure', 'subject': 'ovmf'} xbstrap: The following steps failed: regenerate ovmf configure-tool ovmf (prerequisites failed) compile-tool ovmf (prerequisites failed) install-tool ovmf (prerequisites failed) archive-tool ovmf (prerequisites failed) xbstrap: Plan failed [2024-11-04 11:48:30.660652 sunset] DEBUG: xbbs.worker: got notify {'action': 'configure-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 5, 'status': 'prereqs-failed', 'subject': 'ovmf'} [2024-11-04 11:48:30.661415 sunset] DEBUG: xbbs.worker: got notify {'action': 'compile-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 6, 'status': 'prereqs-failed', 'subject': ['ovmf', None]} [2024-11-04 11:48:30.662071 sunset] DEBUG: xbbs.worker: got notify {'action': 'install-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 7, 'status': 'prereqs-failed', 'subject': ['ovmf', None]} [2024-11-04 11:48:30.662699 sunset] DEBUG: xbbs.worker: got notify {'action': 'archive-tool', 'architecture': 'aarch64', 'artifact_files': [], 'n_all': 8, 'n_this': 8, 'status': 'prereqs-failed', 'subject': 'ovmf'} [2024-11-04 11:48:30.718343 sunset] INFO: xbbs.worker: job done. return code: 1