[2024-11-03 05:48:18.301638 sunset] INFO: xbbs.worker: running job JobMessage(project='managarm_aarch64', job='tool:ovmf', repository='https://github.com/managarm/bootstrap-managarm.git', revision='74cf54012c96547d88208a3c310ccb5a8b63864b', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={'host-llvm-toolchain': {'architecture': {'aarch64'}, 'version': '18.1.2_2'}, 'host-iasl': {'architecture': {'aarch64'}, 'version': '0.0_0'}, 'host-python': {'architecture': {'aarch64'}, 'version': '3.10.12_1'}}, prod_pkgs={}, prod_tools={'ovmf': {'architecture': 'aarch64', 'version': '0.0_0'}}, 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-03 05:48:18.302097 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-03 05:48:18.316465 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-03 05:48:18.326120 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-03 05:48:19.275143 sunset] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', '74cf54012c96547d88208a3c310ccb5a8b63864b'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at 74cf540 host-iasl: Add missing label for AArch64 [2024-11-03 05:48:19.311833 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-03 05:48:43.669891 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-03 05:48:57.744381 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. Submodule 'SoftFloat' (https://github.com/ucb-bar/berkeley-softfloat-3.git) registered for path 'ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3' Submodule 'BaseTools/Source/C/BrotliCompress/brotli' (https://github.com/google/brotli) registered for path 'BaseTools/Source/C/BrotliCompress/brotli' Submodule 'CryptoPkg/Library/MbedTlsLib/mbedtls' (https://github.com/ARMmbed/mbedtls) registered for path 'CryptoPkg/Library/MbedTlsLib/mbedtls' Submodule 'CryptoPkg/Library/OpensslLib/openssl' (https://github.com/openssl/openssl) registered for path 'CryptoPkg/Library/OpensslLib/openssl' Submodule 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli' (https://github.com/google/brotli) registered for path 'MdeModulePkg/Library/BrotliCustomDecompressLib/brotli' Submodule 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma' (https://github.com/kkos/oniguruma) registered for path 'MdeModulePkg/Universal/RegularExpressionDxe/oniguruma' Submodule 'MdePkg/Library/BaseFdtLib/libfdt' (https://github.com/devicetree-org/pylibfdt.git) registered for path 'MdePkg/Library/BaseFdtLib/libfdt' Submodule 'MdePkg/Library/MipiSysTLib/mipisyst' (https://github.com/MIPI-Alliance/public-mipi-sys-t.git) registered for path 'MdePkg/Library/MipiSysTLib/mipisyst' Submodule 'RedfishPkg/Library/JsonLib/jansson' (https://github.com/akheron/jansson) registered for path 'RedfishPkg/Library/JsonLib/jansson' Submodule 'SecurityPkg/DeviceSecurity/SpdmLib/libspdm' (https://github.com/DMTF/libspdm.git) registered for path 'SecurityPkg/DeviceSecurity/SpdmLib/libspdm' Submodule 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka' (https://github.com/tianocore/edk2-cmocka.git) registered for path 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka' Submodule 'UnitTestFrameworkPkg/Library/GoogleTestLib/googletest' (https://github.com/google/googletest.git) registered for path 'UnitTestFrameworkPkg/Library/GoogleTestLib/googletest' Submodule 'UnitTestFrameworkPkg/Library/SubhookLib/subhook' (https://github.com/Zeex/subhook.git) registered for path 'UnitTestFrameworkPkg/Library/SubhookLib/subhook' Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/BaseTools/Source/C/BrotliCompress/brotli'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/CryptoPkg/Library/MbedTlsLib/mbedtls'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/CryptoPkg/Library/OpensslLib/openssl'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/MdePkg/Library/BaseFdtLib/libfdt'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/MdePkg/Library/MipiSysTLib/mipisyst'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/RedfishPkg/Library/JsonLib/jansson'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/SecurityPkg/DeviceSecurity/SpdmLib/libspdm'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/UnitTestFrameworkPkg/Library/CmockaLib/cmocka'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/UnitTestFrameworkPkg/Library/GoogleTestLib/googletest'... Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook'... fatal: could not read Username for 'https://github.com': No such device or address fatal: clone of 'https://github.com/Zeex/subhook.git' into submodule path '/var/lib/xbbs/tmp/worker.src/ports/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook' failed Failed to clone 'UnitTestFrameworkPkg/Library/SubhookLib/subhook'. Retry scheduled Cloning into '/var/lib/xbbs/tmp/worker.src/ports/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook'... fatal: could not read Username for 'https://github.com': No such device or address fatal: clone of 'https://github.com/Zeex/subhook.git' into submodule path '/var/lib/xbbs/tmp/worker.src/ports/ovmf/UnitTestFrameworkPkg/Library/SubhookLib/subhook' failed Failed to clone 'UnitTestFrameworkPkg/Library/SubhookLib/subhook' a second time, aborting xbstrap: Skipping action patch of ovmf due to failed prerequisites [3/8] xbstrap: Skipping action regenerate of ovmf due to failed prerequisites [4/8] xbstrap: Skipping action configure-tool of ovmf due to failed prerequisites [5/8] [2024-11-03 05:49:54.250050 sunset] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 8, 'n_this': 2, 'status': 'failure', 'subject': 'ovmf'} 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] [2024-11-03 05:49:54.250562 sunset] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 8, 'n_this': 3, 'status': 'prereqs-failed', 'subject': 'ovmf'} xbstrap: Skipping action archive-tool of ovmf due to failed prerequisites [8/8] [2024-11-03 05:49:54.250879 sunset] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 8, 'n_this': 4, 'status': 'prereqs-failed', 'subject': 'ovmf'} xbstrap: The following steps failed: checkout ovmf patch ovmf (prerequisites failed) regenerate ovmf (prerequisites failed) configure-tool ovmf (prerequisites failed) compile-tool ovmf (prerequisites failed) install-tool ovmf (prerequisites failed) archive-tool ovmf[2024-11-03 05:49:54.251226 sunset] DEBUG: xbbs.worker: got notify {'action': 'configure-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 5, 'status': 'prereqs-failed', 'subject': 'ovmf'} (prerequisites failed) xbstrap: Plan failed [2024-11-03 05:49:54.251702 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-03 05:49:54.252078 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-03 05:49:54.252492 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-03 05:49:54.300648 sunset] INFO: xbbs.worker: job done. return code: 1