[2024-09-29 03:09:25.339929 tictac] INFO: xbbs.worker: running job JobMessage(project='managarm', job='tool:host-kconfig', repository='https://github.com/managarm/bootstrap-managarm.git', revision='5414d71db6f863811ed3806d7ce8a3e94f369750', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={'host-qt6': {'architecture': {'x86_64'}, 'version': '6.6.2_1'}, 'host-ninja': {'architecture': 'x86_64', 'version': '1.12.1_1'}, 'host-cmake': {'architecture': {'x86_64'}, 'version': '3.26.4_1'}, 'host-ecm': {'architecture': {'x86_64'}, 'version': '6.3.0_1'}}, prod_pkgs={}, prod_tools={'host-kconfig': {'architecture': {'x86_64'}, 'version': '6.3.0_1'}}, 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-29 03:09:25.341225 tictac] 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-29 03:09:25.359294 tictac] 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-29 03:09:25.372776 tictac] 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-09-29 03:09:26.378579 tictac] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', '5414d71db6f863811ed3806d7ce8a3e94f369750'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at 5414d71 Merge pull request #370 from no92/freebsd-e1000 [2024-09-29 03:09:26.448893 tictac] 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-09-29 03:09:52.197961 tictac] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:18', 'tool:host-kconfig'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (18,)}) xbstrap: Running the following plan: fetch kconfig checkout kconfig patch kconfig regenerate kconfig configure-tool host-kconfig compile-tool host-kconfig install-tool host-kconfig archive-tool host-kconfig xbstrap: fetch kconfig [1/8] Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/ports/kconfig/.git/ From https://mirrors.managarm.org/mirror/git/kconfig * [new tag] v6.3.0 -> v6.3.0 * [new tag] v6.3.0-rc1 -> v6.3.0-rc1 xbstrap: checkout kconfig [2/8] [2024-09-29 03:09:55.466235 tictac] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 8, 'n_this': 1, 'status': 'success', 'subject': 'kconfig'} HEAD is now at de09406 update version for new release xbstrap: patch kconfig [3/8] xbstrap: regenerate kconfig [4/8] xbstrap: configure-tool host-kconfig [5/8] [2024-09-29 03:09:55.541380 tictac] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 8, 'n_this': 2, 'status': 'success', 'subject': 'kconfig'} [2024-09-29 03:09:55.543015 tictac] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 8, 'n_this': 3, 'status': 'success', 'subject': 'kconfig'} [2024-09-29 03:09:55.544523 tictac] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 8, 'n_this': 4, 'status': 'success', 'subject': 'kconfig'} xbstrap: Running ['cmake', '-GNinja', '-DCMAKE_INSTALL_PREFIX=@PREFIX@', '-DECM_DIR=@BUILD_ROOT@/tools/host-ecm', '-DQT_MAJOR_VERSION=6', '-DBUILD_TESTING=OFF', '-DBUILD_QCH=FALSE', '-DKDE_INSTALL_USE_QT_SYS_PATHS=ON', '-DKDE_INSTALL_QMLDIR=@PREFIX@/lib/qt6/qml', '-DKDE_INSTALL_LIBEXECDIR_KF=@PREFIX@/libexec', '-DKF_IGNORE_PLATFORM_CHECK=TRUE', '-DKCONFIG_USE_DBUS=TRUE', '-DKCONFIG_USE_QML=TRUE', '@THIS_SOURCE_DIR@'] (tools: ['host-ninja', 'host-cmake', 'host-ecm', 'host-qt6']) via cbuildrt PID init is 1171581 (outside the namespace) -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Setting build type to 'Debug' as none was specified. -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE - Success fatal: HEAD does not point to a branch -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /usr/lib/x86_64-linux-gnu/libxkbcommon.so (found suitable version "1.5.0", minimum required is "0.5.0") -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- The following OPTIONAL packages have been found: * Qt6CoreTools (required version >= 6.6.2) * Qt6Core * Qt6QmlTools (required version >= 6.6.2) * Qt6Qml * Qt6Xml (required version >= 6.5.0) * OpenGL * XKB (required version >= 0.5.0), XKB API common to servers and clients., * Qt6GuiTools (required version >= 6.6.2) * Qt6DBusTools (required version >= 6.6.2) * Qt6Gui (required version >= 6.5.0) * Qt6LinguistTools -- The following REQUIRED packages have been found: * ECM (required version >= 6.3.0), Extra CMake Modules., * Qt6 -- The following features have been disabled: * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop) -- Configuring done (3.8s) -- Generating done (0.3s) -- Build files have been written to: /var/lib/managarm-buildenv/build/tool-builds/host-kconfig xbstrap: compile-tool ('host-kconfig', None) [6/8] [2024-09-29 03:10:00.232034 tictac] DEBUG: xbbs.worker: got notify {'action': 'configure-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 5, 'status': 'success', 'subject': 'host-kconfig'} xbstrap: Running ['ninja'] (tools: ['host-ninja', 'host-cmake', 'host-ecm', 'host-qt6']) via cbuildrt PID init is 1171777 (outside the namespace) [1/166] Generating ECMPoQm/az/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [2/166] Generating ECMPoQm/af/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [3/166] Generating ECMPoQm/be@latin/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [4/166] Generating ECMPoQm/bn_IN/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [5/166] Generating ECMPoQm/br/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [6/166] Generating ECMPoQm/bs/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [7/166] Generating ECMPoQm/ca/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [8/166] Generating ECMPoQm/ca@valencia/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [9/166] Generating ECMPoQm/csb/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [10/166] Generating ECMPoQm/ast/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [11/166] Generating ECMPoQm/be/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [12/166] Generating ECMPoQm/bg/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [13/166] Generating ECMPoQm/bn/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [14/166] Generating ECMPoQm/ar/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [15/166] Generating ECMPoQm/cs/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [16/166] Generating ECMPoQm/cy/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [17/166] Generating ECMPoQm/el/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [18/166] Generating ECMPoQm/da/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [19/166] Automatic MOC for target kconfig_compiler [20/166] Generating ECMPoQm/de/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [21/166] Generating ECMPoQm/en_GB/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [22/166] Generating ECMPoQm/eo/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23/166] Generating ECMPoQm/es/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [24/166] Generating ECMPoQm/eu/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [25/166] Generating ECMPoQm/fa/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [26/166] Generating ECMPoQm/et/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [27/166] Generating ECMPoQm/fy/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [28/166] Generating ECMPoQm/ga/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [29/166] Generating ECMPoQm/gd/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [30/166] Generating ECMPoQm/gl/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [31/166] Generating ECMPoQm/fr/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [32/166] Generating ECMPoQm/gu/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [33/166] Generating ECMPoQm/fi/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [34/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/kconfig_compiler_autogen/mocs_compilation.cpp.o [35/166] Generating ECMPoQm/he/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [36/166] Generating ECMPoQm/hne/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [37/166] Generating ECMPoQm/hr/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [38/166] Generating ECMPoQm/hsb/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [39/166] Generating ECMPoQm/hu/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [40/166] Generating ECMPoQm/ia/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [41/166] Generating ECMPoQm/id/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [42/166] Generating ECMPoQm/is/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [43/166] Generating ECMPoQm/it/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [44/166] Generating ECMPoQm/hi/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [45/166] Generating ECMPoQm/ja/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [46/166] Generating ECMPoQm/ka/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [47/166] Generating ECMPoQm/kab/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [48/166] Generating ECMPoQm/kk/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [49/166] Generating ECMPoQm/ko/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [50/166] Generating ECMPoQm/km/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [51/166] Generating ECMPoQm/kn/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [52/166] Generating ECMPoQm/ku/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [53/166] Generating ECMPoQm/lt/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [54/166] Generating ECMPoQm/lb/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [55/166] Generating ECMPoQm/mai/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [56/166] Generating ECMPoQm/mk/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [57/166] Generating ECMPoQm/lv/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [58/166] Generating ECMPoQm/ml/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [59/166] Generating ECMPoQm/mr/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [60/166] Generating ECMPoQm/ne/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [61/166] Generating ECMPoQm/nl/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [62/166] Generating ECMPoQm/ms/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [63/166] Generating ECMPoQm/nb/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [64/166] Generating ECMPoQm/nds/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [65/166] Generating ECMPoQm/nn/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [66/166] Generating ECMPoQm/or/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [67/166] Generating ECMPoQm/pa/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [68/166] Generating ECMPoQm/pl/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [69/166] Generating ECMPoQm/pt/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [70/166] Generating ECMPoQm/ro/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [71/166] Generating ECMPoQm/ru/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [72/166] Generating ECMPoQm/pt_BR/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [73/166] Generating ECMPoQm/se/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [74/166] Generating ECMPoQm/si/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [75/166] Generating ECMPoQm/sk/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [76/166] Generating ECMPoQm/sr/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [77/166] Generating ECMPoQm/sq/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [78/166] Generating ECMPoQm/sl/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [79/166] Generating ECMPoQm/sr@ijekavian/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [80/166] Generating ECMPoQm/sr@ijekavianlatin/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [81/166] Generating ECMPoQm/sr@latin/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [82/166] Generating ECMPoQm/sv/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [83/166] Generating ECMPoQm/tg/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [84/166] Generating ECMPoQm/th/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [85/166] Generating ECMPoQm/ug/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [86/166] Generating ECMPoQm/ta/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [87/166] Generating ECMPoQm/uz@cyrillic/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [88/166] Generating ECMPoQm/vi/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [89/166] Generating ECMPoQm/uk/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [90/166] Generating ECMPoQm/uz/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [91/166] Generating ECMPoQm/te/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [92/166] Generating ECMPoQm/tr/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [93/166] Generating ECMPoQm/wa/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [94/166] Generating ECMPoQm/zh_CN/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [95/166] Generating ECMPoQm/xh/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [96/166] Generating ECMPoQm/zh_TW/kconfig6_qt.qm Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [97/166] Automatic MOC for target KF6ConfigQmlplugin [98/166] Automatic MOC for target KF6ConfigCore [99/166] Running AUTOMOC file extraction for target KF6ConfigCore [100/166] Running moc --collect-json for target KF6ConfigCore [101/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/KF6ConfigCore_autogen/mocs_compilation.cpp.o [102/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kdesktopfileaction.cpp.o [103/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfigbase.cpp.o [104/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/KConfigCodeGeneratorBase.cpp.o [105/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfigdata.cpp.o [106/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/KConfigParameters.cpp.o [107/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kemailsettings.cpp.o [108/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/kconfig_compiler.cpp.o [109/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/KConfigSourceGenerator.cpp.o [110/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/KConfigHeaderGenerator.cpp.o [111/166] Building CXX object src/kconfig_compiler/CMakeFiles/kconfig_compiler.dir/KConfigXmlParser.cpp.o [112/166] Linking CXX executable bin/kconfig_compiler_kf6 [113/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kauthorized.cpp.o [114/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kdesktopfile.cpp.o /var/lib/managarm-buildenv/src/ports/kconfig/src/core/kdesktopfile.cpp: In member function ‘bool KDesktopFile::tryExec() const’: /var/lib/managarm-buildenv/src/ports/kconfig/src/core/kdesktopfile.cpp:273:20: warning: unused variable ‘su’ [-Wunused-variable] 273 | if (const bool su = d->desktopGroup.readEntry("X-KDE-SubstituteUID", false)) { | ^~ [115/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfigwatcher.cpp.o [116/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/ksharedconfig.cpp.o [117/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfigini.cpp.o [118/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfig_core_log_settings.cpp.o [119/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfiggroup.cpp.o [120/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kconfig.cpp.o [121/166] Building CXX object src/core/CMakeFiles/KF6ConfigCore.dir/kcoreconfigskeleton.cpp.o [122/166] Linking CXX shared library bin/libKF6ConfigCore.so.6.3.0 [123/166] Creating library symlink bin/libKF6ConfigCore.so.6 bin/libKF6ConfigCore.so [124/166] Automatic MOC for target kreadconfig6 [125/166] Automatic MOC for target kconf_update [126/166] Automatic MOC for target kwriteconfig6 [127/166] Building CXX object src/kreadconfig/CMakeFiles/kreadconfig6.dir/kreadconfig6_autogen/mocs_compilation.cpp.o [128/166] Building CXX object src/kconf_update/CMakeFiles/kconf_update.dir/kconf_update_autogen/mocs_compilation.cpp.o [129/166] Building CXX object src/kreadconfig/CMakeFiles/kwriteconfig6.dir/kwriteconfig6_autogen/mocs_compilation.cpp.o [130/166] Automatic MOC for target KF6ConfigGui AutoMoc: /var/lib/managarm-buildenv/src/ports/kconfig/src/gui/kstandardactions_p.h: note: No relevant classes found. No output generated. [131/166] Automatic MOC for target KF6ConfigQml [132/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/KF6ConfigGui_autogen/mocs_compilation.cpp.o [133/166] Running AUTOMOC file extraction for target KF6ConfigQml [134/166] Running rcc for resource qmake_org_kde_config Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [135/166] Running moc --collect-json for target KF6ConfigQml [136/166] Automatic QML type registration for target KF6ConfigQml Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [137/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQml.dir/KF6ConfigQml_autogen/mocs_compilation.cpp.o [138/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQml.dir/.rcc/qrc_qmake_org_kde_config.cpp.o [139/166] Building CXX object src/kconf_update/CMakeFiles/kconf_update.dir/kconf_update_debug.cpp.o [140/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQmlplugin.dir/KF6ConfigQmlplugin_autogen/mocs_compilation.cpp.o [141/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kconfiggui.cpp.o [142/166] Building CXX object src/kreadconfig/CMakeFiles/kreadconfig6.dir/kreadconfig.cpp.o [143/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kconfig_gui_log_settings.cpp.o [144/166] Building CXX object src/kreadconfig/CMakeFiles/kwriteconfig6.dir/kwriteconfig.cpp.o [145/166] Linking CXX executable bin/kreadconfig6 [146/166] Linking CXX executable bin/kwriteconfig6 [147/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kwindowstatesaver.cpp.o [148/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kconfigskeleton.cpp.o [149/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQml.dir/types.cpp.o [150/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kstandardshortcut.cpp.o [151/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/ECMQmLoader-kconfig6_qt.cpp.o [152/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kwindowconfig.cpp.o [153/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kconfiggroupgui.cpp.o [154/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQml.dir/kf6configqml_qmltyperegistrations.cpp.o [155/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kstandardshortcutwatcher.cpp.o [156/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQml.dir/kconfigpropertymap.cpp.o [157/166] Building CXX object src/kconf_update/CMakeFiles/kconf_update.dir/kconf_update.cpp.o [158/166] Linking CXX executable bin/kconf_update [159/166] Linking CXX shared library bin/libKF6ConfigQml.so.6.3.0 [160/166] Creating library symlink bin/libKF6ConfigQml.so.6 bin/libKF6ConfigQml.so [161/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kstandardactions.cpp.o [162/166] Building CXX object src/gui/CMakeFiles/KF6ConfigGui.dir/kconfigloader.cpp.o [163/166] Building CXX object src/qml/CMakeFiles/KF6ConfigQmlplugin.dir/KF6ConfigQmlplugin_org_kde_configPlugin.cpp.o [164/166] Linking CXX shared library bin/libKF6ConfigGui.so.6.3.0 [165/166] Creating library symlink bin/libKF6ConfigGui.so.6 bin/libKF6ConfigGui.so [166/166] Linking CXX shared module bin/org/kde/config/libKF6ConfigQmlplugin.so xbstrap: install-tool ('host-kconfig', None) [7/8] [2024-09-29 03:10:31.644966 tictac] DEBUG: xbbs.worker: got notify {'action': 'compile-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 6, 'status': 'success', 'subject': ['host-kconfig', None]} xbstrap: Running ['ninja', 'install'] (tools: ['host-ninja', 'host-cmake', 'host-ecm', 'host-qt6']) via cbuildrt PID init is 1172505 (outside the namespace) [0/1] Install the project... -- Install configuration: "Debug" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigCore.so.6.3.0 -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigCore.so.6 -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigCore.so.6.3.0" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigCore.so -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kconfigcore_export.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KAuthorized -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KConfig -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KConfigBase -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KConfigGroup -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KDesktopFile -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KDesktopFileAction -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KSharedConfig -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KCoreConfigSkeleton -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KEMailSettings -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/KConfigWatcher -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kauthorized.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kconfig.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kconfigbase.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kconfiggroup.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kdesktopfile.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kdesktopfileaction.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/ksharedconfig.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kcoreconfigskeleton.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kemailsettings.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kconfigwatcher.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigCore/kconfigconversioncheck_p.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigGui.so.6.3.0 -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigGui.so.6 -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigGui.so.6.3.0" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigGui.so -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kconfiggui_export.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kstandardactions_p.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KConfigGui -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KConfigLoader -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KConfigSkeleton -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KStandardShortcut -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KStandardShortcutWatcher -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KWindowConfig -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KWindowStateSaver -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/KStandardActions -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kconfiggui.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kconfigloader.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kconfigskeleton.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kstandardshortcut.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kstandardshortcutwatcher.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kwindowconfig.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kwindowstatesaver.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kstandardactions.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigGui/kconfigguistaticinitializer.cpp -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigQml.so.6.3.0 -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigQml.so.6 -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigQml.so.6.3.0" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libKF6ConfigQml.so -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigQml/kconfigqml_export.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigQml/KConfigPropertyMap -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfigQml/kconfigpropertymap.h -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/qt6/qml/org/kde/config/libKF6ConfigQmlplugin.so -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/qt6/qml/org/kde/config/libKF6ConfigQmlplugin.so" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/qt6/qml/org/kde/config/qmldir -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/qt6/qml/org/kde/config/KF6ConfigQml.qmltypes -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/qt6/qml/org/kde/config/kde-qmlmodule.version -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libexec/kf6/kconfig_compiler_kf6 -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libexec/kf6/kconfig_compiler_kf6" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libexec/kf6/kconf_update -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/libexec/kf6/kconf_update" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/bin/kreadconfig6 -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/bin/kreadconfig6" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/bin/kwriteconfig6 -- Set runtime path of "/var/lib/managarm-buildenv/build/tools/host-kconfig/bin/kwriteconfig6" to "/var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu:/var/lib/managarm-buildenv/build/tools/host-qt6/lib" -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/qlogging-categories6/kconfig.categories -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/qlogging-categories6/kconfig.renamecategories -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/af/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ar/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ast/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/az/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/be/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/be@latin/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/bg/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/bn/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/bn_IN/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/br/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/bs/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ca/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ca@valencia/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/cs/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/csb/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/cy/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/da/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/de/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/el/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/en_GB/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/eo/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/es/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/et/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/eu/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/fa/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/fi/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/fr/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/fy/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ga/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/gd/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/gl/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/gu/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/he/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/hi/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/hne/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/hr/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/hsb/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/hu/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ia/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/id/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/is/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/it/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ja/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ka/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/kab/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/kk/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/km/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/kn/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ko/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ku/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/lb/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/lt/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/lv/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/mai/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/mk/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ml/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/mr/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ms/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/nb/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/nds/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ne/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/nl/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/nn/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/or/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/pa/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/pl/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/pt/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/pt_BR/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ro/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ru/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/se/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/si/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sk/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sl/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sq/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sr/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sr@ijekavian/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sr@ijekavianlatin/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sr@latin/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/sv/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ta/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/te/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/tg/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/th/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/tr/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/ug/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/uk/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/uz/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/uz@cyrillic/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/vi/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/wa/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/xh/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/zh_CN/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/share/locale/zh_TW/LC_MESSAGES/kconfig6_qt.qm -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigConfig.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigConfigVersion.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigMacros.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigTargets.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigTargets-debug.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigCompilerTargets.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/lib/x86_64-linux-gnu/cmake/KF6Config/KF6ConfigCompilerTargets-debug.cmake -- Installing: /var/lib/managarm-buildenv/build/tools/host-kconfig/include/KF6/KConfig/kconfig_version.h xbstrap: archive-tool host-kconfig [8/8] [2024-09-29 03:10:32.174017 tictac] DEBUG: xbbs.worker: got notify {'action': 'install-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 7, 'status': 'success', 'subject': ['host-kconfig', None]} [2024-09-29 03:10:35.098563 tictac] DEBUG: xbbs.worker: got notify {'action': 'archive-tool', 'architecture': 'noarch', 'artifact_files': [], 'n_all': 8, 'n_this': 8, 'status': 'success', 'subject': 'host-kconfig'} [2024-09-29 03:10:35.212539 tictac] DEBUG: xbbs.worker: successfully uploaded tool host-kconfig for JobMessage(project='managarm', job='tool:host-kconfig', repository='https://github.com/managarm/bootstrap-managarm.git', revision='5414d71db6f863811ed3806d7ce8a3e94f369750', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={'host-qt6': {'architecture': {'x86_64'}, 'version': '6.6.2_1'}, 'host-ninja': {'architecture': 'x86_64', 'version': '1.12.1_1'}, 'host-cmake': {'architecture': {'x86_64'}, 'version': '3.26.4_1'}, 'host-ecm': {'architecture': {'x86_64'}, 'version': '6.3.0_1'}}, prod_pkgs={}, prod_tools={'host-kconfig': {'architecture': {'x86_64'}, 'version': '6.3.0_1'}}, 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-29 03:10:35.213576 tictac] INFO: xbbs.worker: job done. return code: 0