[2025-04-13 21:37:06.869477 chopin] INFO: xbbs.worker: running job JobMessage(project='managarm', job='tool:host-rdatawad', repository='https://github.com/managarm/bootstrap-managarm.git', revision='555d62c7ffad1ce4fdbf675a89bd0085ec3802fb', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={'host-cmake': {'architecture': {'x86_64'}, 'version': '4.0.0_1'}}, prod_pkgs={}, prod_tools={'host-rdatawad': {'architecture': {'x86_64'}, 'version': '0.22.1_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/') [2025-04-13 21:37:06.869872 chopin] 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-04-13 21:37:06.879407 chopin] 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-04-13 21:37:06.887760 chopin] 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 [2025-04-13 21:37:08.238619 chopin] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', '555d62c7ffad1ce4fdbf675a89bd0085ec3802fb'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at 555d62c sys-boot: upgrade Limine to 9.2.3 [2025-04-13 21:37:08.283194 chopin] 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 [2025-04-13 21:37:13.734546 chopin] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:17', 'tool:host-rdatawad'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (17,)}) xbstrap: Running the following plan: fetch dsda-doom checkout dsda-doom patch dsda-doom regenerate dsda-doom configure-tool host-rdatawad compile-tool host-rdatawad install-tool host-rdatawad archive-tool host-rdatawad xbstrap: fetch dsda-doom [1/8] Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/ports/dsda-doom/.git/ From https://mirrors.managarm.org/mirror/git/dsda-doom * [new tag] v0.22.1 -> v0.22.1 xbstrap: checkout dsda-doom [2/8] [2025-04-13 21:37:14.724012 chopin] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 8, 'n_this': 1, 'status': 'success', 'subject': 'dsda-doom'} HEAD is now at e997598 Update to v0.22.1 xbstrap: patch dsda-doom [3/8] [2025-04-13 21:37:14.815210 chopin] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 8, 'n_this': 2, 'status': 'success', 'subject': 'dsda-doom'} Applying: Add option to build only rdatawad Applying: umapinfo: add missing strings.h include xbstrap: regenerate dsda-doom [4/8] xbstrap: configure-tool host-rdatawad [5/8] [2025-04-13 21:37:15.060472 chopin] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 8, 'n_this': 3, 'status': 'success', 'subject': 'dsda-doom'} [2025-04-13 21:37:15.061166 chopin] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 8, 'n_this': 4, 'status': 'success', 'subject': 'dsda-doom'} xbstrap: Running ['cmake', '-GNinja', '-DCMAKE_BUILD_TYPE=Release', '-DBUILD_RDATAWAD_ONLY=ON', '-DBUILD_GL=OFF', '@THIS_SOURCE_DIR@/prboom2'] (tools: ['host-cmake']) via cbuildrt PID init is 991026 (outside the namespace) CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. -- Configuring incomplete, errors occurred! 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 1049, in main args._impl(args) File "/usr/local/lib/python3.11/dist-packages/xbstrap/__init__.py", line 1026, in do_execute_manifest xbstrap.base.execute_manifest(manifest) File "/usr/local/lib/python3.11/dist-packages/xbstrap/base.py", line 2137, 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 '['cmake', '-GNinja', '-DCMAKE_BUILD_TYPE=Release', '-DBUILD_RDATAWAD_ONLY=ON', '-DBUILD_GL=OFF', '/var/lib/managarm-buildenv/src/ports/dsda-doom/prboom2']' returned non-zero exit status 1. child returned non-zero exit code xbstrap: Skipping action compile-tool of host-rdatawad due to failed prerequisites [6/8] xbstrap: Skipping action install-tool of host-rdatawad due to failed prerequisites [7/8] [2025-04-13 21:37:15.227371 chopin] DEBUG: xbbs.worker: got notify {'action': 'configure-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 5, 'status': 'failure', 'subject': 'host-rdatawad'} xbstrap: Skipping action archive-tool of host-rdatawad due to failed prerequisites [8/8] xbstrap: The following steps failed: configure-tool host-rdatawad compile-tool host-rdatawad (prerequisites failed) install-tool host-rdatawad (prerequisites failed) archive-tool host-rdatawad (prerequisites failed) xbstrap: Plan failed [2025-04-13 21:37:15.227990 chopin] DEBUG: xbbs.worker: got notify {'action': 'compile-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 6, 'status': 'prereqs-failed', 'subject': 'host-rdatawad'} [2025-04-13 21:37:15.228481 chopin] DEBUG: xbbs.worker: got notify {'action': 'install-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 7, 'status': 'prereqs-failed', 'subject': 'host-rdatawad'} [2025-04-13 21:37:15.229025 chopin] DEBUG: xbbs.worker: got notify {'action': 'archive-tool', 'architecture': 'noarch', 'artifact_files': [], 'n_all': 8, 'n_this': 8, 'status': 'prereqs-failed', 'subject': 'host-rdatawad'} [2025-04-13 21:37:15.255057 chopin] INFO: xbbs.worker: job done. return code: 1