[2024-10-06 01:08:32.040979 tictac] INFO: xbbs.worker: running job JobMessage(project='managarm', job='tool:host-hwdata', repository='https://github.com/managarm/bootstrap-managarm.git', revision='dd2fcc32a1e0202a7c040fe64cd0a56bf792d1a9', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={}, prod_tools={'host-hwdata': {'architecture': 'x86_64', 'version': '0.367_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-10-06 01:08:32.041609 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-10-06 01:08:32.052942 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-10-06 01:08:32.061321 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-10-06 01:08:32.990446 tictac] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', 'dd2fcc32a1e0202a7c040fe64cd0a56bf792d1a9'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at dd2fcc3 Merge pull request #384 from marv7000/lld [2024-10-06 01:08:33.033023 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-10-06 01:08:34.100238 tictac] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:18', 'tool:host-hwdata'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (18,)}) xbstrap: Running the following plan: fetch host-hwdata checkout host-hwdata patch host-hwdata regenerate host-hwdata configure-tool host-hwdata compile-tool host-hwdata install-tool host-hwdata archive-tool host-hwdata xbstrap: fetch host-hwdata [1/8] Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/ports/host-hwdata/.git/ From https://mirrors.managarm.org/mirror/git/host-hwdata * [new tag] v0.367 -> v0.367 xbstrap: checkout host-hwdata [2/8] [2024-10-06 01:08:38.061117 tictac] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 8, 'n_this': 1, 'status': 'success', 'subject': 'host-hwdata'} HEAD is now at 15c9d3b Update pci, usb and vendor ids xbstrap: patch host-hwdata [3/8] xbstrap: regenerate host-hwdata [4/8] [2024-10-06 01:08:38.118822 tictac] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 8, 'n_this': 2, 'status': 'success', 'subject': 'host-hwdata'} xbstrap: configure-tool host-hwdata [5/8] [2024-10-06 01:08:38.119835 tictac] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 8, 'n_this': 3, 'status': 'success', 'subject': 'host-hwdata'} [2024-10-06 01:08:38.120806 tictac] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 8, 'n_this': 4, 'status': 'success', 'subject': 'host-hwdata'} xbstrap: Running ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@'] (tools: []) via cbuildrt PID init is 2552226 (outside the namespace) xbstrap: Running ['@THIS_BUILD_DIR@/configure', '--prefix=@PREFIX@/usr', '--libdir=@PREFIX@/lib', '--datadir=@PREFIX@/share'] (tools: []) via cbuildrt PID init is 2552231 (outside the namespace) xbstrap: compile-tool ('host-hwdata', None) [6/8] xbstrap: install-tool ('host-hwdata', None) [7/8] [2024-10-06 01:08:38.654719 tictac] DEBUG: xbbs.worker: got notify {'action': 'configure-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 5, 'status': 'success', 'subject': 'host-hwdata'} [2024-10-06 01:08:38.655909 tictac] DEBUG: xbbs.worker: got notify {'action': 'compile-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 6, 'status': 'success', 'subject': ['host-hwdata', None]} xbstrap: Running ['make', 'install'] (tools: []) via cbuildrt PID init is 2552239 (outside the namespace) datadir="/var/lib/managarm-buildenv/build/tools/host-hwdata/share"; \ if [ "${datadir#/var/lib/managarm-buildenv/build/tools/host-hwdata/usr}" != "$datadir" ]; then \ datadir="\${prefix}${datadir#/var/lib/managarm-buildenv/build/tools/host-hwdata/usr}"; \ fi; \ sed -e 's|@prefix@|/var/lib/managarm-buildenv/build/tools/host-hwdata/usr|g' \ -e "s|@datadir@|$datadir|g" \ -e 's|@pkgdatadir@|${datadir}/hwdata|g' \ -e 's|@VERSION@|0.367|g' \ -e 's|@NAME@|hwdata|g' \ hwdata.pc.in > hwdata.pc mkdir -p -m 755 /var/lib/managarm-buildenv/build/tools/host-hwdata/share/hwdata for foo in pci.ids usb.ids oui.txt iab.txt pnp.ids ; do \ install -m 644 $foo /var/lib/managarm-buildenv/build/tools/host-hwdata/share/hwdata ;\ done mkdir -p -m 755 /var/lib/managarm-buildenv/build/tools/host-hwdata/share/pkgconfig install -m 644 hwdata.pc /var/lib/managarm-buildenv/build/tools/host-hwdata/share/pkgconfig/ xbstrap: archive-tool host-hwdata [8/8] [2024-10-06 01:08:38.982201 tictac] DEBUG: xbbs.worker: got notify {'action': 'install-tool', 'artifact_files': [], 'n_all': 8, 'n_this': 7, 'status': 'success', 'subject': ['host-hwdata', None]} [2024-10-06 01:08:39.911256 tictac] DEBUG: xbbs.worker: got notify {'action': 'archive-tool', 'architecture': 'x86_64', 'artifact_files': [], 'n_all': 8, 'n_this': 8, 'status': 'success', 'subject': 'host-hwdata'} [2024-10-06 01:08:39.938567 tictac] DEBUG: xbbs.worker: successfully uploaded tool host-hwdata for JobMessage(project='managarm', job='tool:host-hwdata', repository='https://github.com/managarm/bootstrap-managarm.git', revision='dd2fcc32a1e0202a7c040fe64cd0a56bf792d1a9', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={}, prod_tools={'host-hwdata': {'architecture': 'x86_64', 'version': '0.367_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-10-06 01:08:39.939097 tictac] INFO: xbbs.worker: job done. return code: 0