[2024-11-17 06:57:19.434903 raptor] INFO: xbbs.worker: running job JobMessage(project='managarm', job='package:libasync', repository='https://github.com/managarm/bootstrap-managarm.git', revision='d08d6a62152f274965955a15627262723a68d990', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'boost': {'architecture': {'x86_64'}, 'version': '1.62.0_7'}}, needed_tools={'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}, 'system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_2'}}, prod_pkgs={'libasync': {'architecture': 'x86_64', 'version': '0.0pl173_8'}}, prod_tools={}, 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-11-17 06:57:19.435758 raptor] INFO: xbbs.worker: running command ['git', 'init'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/.git/ [2024-11-17 06:57:19.468925 raptor] INFO: xbbs.worker: running command ['git', 'remote', 'add', 'origin', 'https://github.com/managarm/bootstrap-managarm.git'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) [2024-11-17 06:57:19.507314 raptor] INFO: xbbs.worker: running command ['git', 'fetch', 'origin'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) From https://github.com/managarm/bootstrap-managarm * [new branch] master -> origin/master [2024-11-17 06:57:21.085817 raptor] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', 'd08d6a62152f274965955a15627262723a68d990'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at d08d6a6 Merge pull request #407 from no92/uefi-fixes [2024-11-17 06:57:21.224934 raptor] INFO: xbbs.worker: running command ['xbstrap', 'init', '/var/lib/xbbs/tmp/worker.src'] (params {'cwd': '/var/lib/xbbs/tmp/worker'}) Creating cargo-home/config.toml [2024-11-17 06:57:31.039446 raptor] INFO: xbbs.worker: running command ['xbps-install', '-Uy', '-R', 'https://mirrors.managarm.org/currents/managarm/package_repo', '-r', '/var/lib/xbbs/tmp/worker/system-root', '-SM', '--', 'boost'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}}) [*] Updating repository `https://mirrors.managarm.org/currents/managarm/package_repo/x86_64-repodata' ... x86_64-repodata: [9352B 43%] 98MB/s ETA: 00m00s x86_64-repodata: 9352B [avg rate: 223MB/s] 1 package will be downloaded: 1 package will be installed: boost-1.62.0_7 Size to download: 8489KB Size required on disk: 107MB Space available on disk: 320GB [*] Downloading packages boost-1.62.0_7.noarch.xbps.sig: [512B 100%] 6098KB/s ETA: 00m00s boost-1.62.0_7.noarch.xbps.sig: 512B [avg rate: 6098KB/s] boost-1.62.0_7.noarch.xbps: [8488KB 0%] 59MB/s ETA: 00m00s boost-1.62.0_7.noarch.xbps: [8488KB 98%] 14MB/s ETA: 00m00s boost-1.62.0_7.noarch.xbps: 8488KB [avg rate: 14MB/s] boost-1.62.0_7: verifying RSA signature... [*] Collecting package files boost-1.62.0_7: collecting files... [*] Unpacking packages boost-1.62.0_7: unpacking ... 1 downloaded, 1 installed, 0 updated, 1 configured, 0 removed. [2024-11-17 06:57:33.552529 raptor] DEBUG: xbbs.worker: creating repository with existing packages... [2024-11-17 06:57:33.553648 raptor] DEBUG: xbbs.worker: ... found boost-1.62.0_7.noarch.xbps [2024-11-17 06:57:33.574478 raptor] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'boost-1.62.0_7.noarch.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `boost-1.62.0_7' (noarch). index: 1 packages registered. [2024-11-17 06:57:50.626174 raptor] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:17', 'package:libasync'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (17,)}) xbstrap: Running the following plan: fetch libasync checkout libasync patch libasync regenerate libasync install boost (inside sysroot.u9gezrax) configure libasync (inside sysroot.u9gezrax) build libasync (inside sysroot.u9gezrax) pack libasync xbstrap: fetch libasync [1/8] Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/ports/libasync/.git/ From https://mirrors.managarm.org/mirror/git/libasync * [new branch] master -> origin/master xbstrap: checkout libasync [2/8] [2024-11-17 06:57:51.771518 raptor] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 8, 'n_this': 1, 'status': 'success', 'subject': 'libasync'} Reset branch 'master' Branch 'master' set up to track remote branch 'master' from 'origin'. xbstrap: patch libasync [3/8] [2024-11-17 06:57:51.851200 raptor] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 8, 'n_this': 2, 'status': 'success', 'subject': 'libasync'} xbstrap: regenerate libasync [4/8] xbstrap: install boost [5/8] xbstrap: Running ['xbps-remove', '-Fy', '-r', '/tmp/sysroot.u9gezrax', 'boost'] [2024-11-17 06:57:51.880775 raptor] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 8, 'n_this': 3, 'status': 'success', 'subject': 'libasync'} [2024-11-17 06:57:51.881953 raptor] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 8, 'n_this': 4, 'status': 'success', 'subject': 'libasync'} xbstrap: Running ['xbps-install', '-fyU', '-r', '/tmp/sysroot.u9gezrax', '--repository', '/var/lib/xbbs/tmp/worker/xbps-repo', 'boost'] xbstrap: configure libasync [6/8] [2024-11-17 06:57:53.548842 raptor] DEBUG: xbbs.worker: got notify {'action': 'install', 'artifact_files': [], 'n_all': 8, 'n_this': 5, 'status': 'success', 'subject': 'boost'} xbstrap: Running ['meson', '--cross-file', '@SOURCE_ROOT@/scripts/meson-@OPTION:arch-triple@.cross-file', '--prefix=/usr', '--libdir=lib', '--buildtype=debugoptimized', '-Dinstall_headers=true', '@THIS_SOURCE_DIR@'] (tools: ['system-gcc', 'cross-binutils']) via cbuildrt PID init is 61236 (outside the namespace) The Meson build system Version: 1.6.0 Source dir: /var/lib/managarm-buildenv/src/ports/libasync Build dir: /var/lib/managarm-buildenv/build/pkg-builds/libasync Build type: cross build Project name: libasync Project version: undefined C++ compiler for the host machine: x86_64-managarm-g++ (gcc 13.2.0 "x86_64-managarm-g++ (managarm) 13.2.0") C++ linker for the host machine: x86_64-managarm-g++ ld.bfd 2.40 C++ compiler for the build machine: c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14) 12.2.0") C++ linker for the build machine: c++ ld.bfd 2.40 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: x86_64 Host machine cpu: x86_64 Target machine cpu family: x86_64 Target machine cpu: x86_64 Program mdbook skipped: feature build_docs disabled Build targets in project: 0 libasync undefined docs : false User defined options Cross files : /var/lib/managarm-buildenv/src/scripts/meson-x86_64-managarm.cross-file buildtype : debugoptimized install_headers: true libdir : lib prefix : /usr Found ninja-1.11.1 at /usr/bin/ninja WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. xbstrap: build libasync [7/8] [2024-11-17 06:57:54.854580 raptor] DEBUG: xbbs.worker: got notify {'action': 'configure', 'artifact_files': [], 'n_all': 8, 'n_this': 6, 'status': 'success', 'subject': 'libasync'} xbstrap: Running ['ninja'] (tools: ['system-gcc', 'cross-binutils']) via cbuildrt PID init is 61275 (outside the namespace) ninja: no work to do. xbstrap: Running ['ninja', 'install'] (tools: ['system-gcc', 'cross-binutils']) via cbuildrt PID init is 61280 (outside the namespace) xbstrap: pack libasync [8/8] [2024-11-17 06:57:56.496096 raptor] DEBUG: xbbs.worker: got notify {'action': 'build', 'artifact_files': [], 'n_all': 8, 'n_this': 7, 'status': 'success', 'subject': 'libasync'} xbstrap: Running ['xbps-create', '-A', 'x86_64', '-s', 'libasync', '-n', 'libasync-0.0pl173_8', '-D', 'boost>=0', '/tmp/tmp4mazyqaw'] xbstrap: Running ['xbps-rindex', '-fa', '/var/lib/xbbs/tmp/worker/xbps-repo/libasync-0.0pl173_8.x86_64.xbps'] (x86_64) [2024-11-17 06:57:56.558699 raptor] DEBUG: xbbs.worker: got notify {'action': 'pack', 'architecture': 'x86_64', 'artifact_files': [], 'n_all': 8, 'n_this': 8, 'status': 'success', 'subject': 'libasync'} [2024-11-17 06:57:56.578337 raptor] DEBUG: xbbs.worker: successfully uploaded package libasync for JobMessage(project='managarm', job='package:libasync', repository='https://github.com/managarm/bootstrap-managarm.git', revision='d08d6a62152f274965955a15627262723a68d990', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'boost': {'architecture': {'x86_64'}, 'version': '1.62.0_7'}}, needed_tools={'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}, 'system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_2'}}, prod_pkgs={'libasync': {'architecture': 'x86_64', 'version': '0.0pl173_8'}}, prod_tools={}, 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-11-17 06:57:57.015520 raptor] INFO: xbbs.worker: job done. return code: 0