[2025-03-23 02:02:52.662104 chopin] INFO: xbbs.worker: running job JobMessage(project='managarm_riscv', job='package:frigg', repository='https://github.com/managarm/bootstrap-managarm.git', revision='3bfd101292f3a8ea97590e0ce7585bb8857c01f0', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={'frigg': {'architecture': 'riscv64', 'version': '0.0pl358_7'}}, prod_tools={}, prod_files=[], tool_repo='https://mirrors.managarm.org/currents/managarm_riscv/tool_repo', pkg_repo='https://mirrors.managarm.org/currents/managarm_riscv/package_repo', mirror_root='https://mirrors.managarm.org/mirror/', distfile_path='xbbs/riscv64/')
[2025-03-23 02:02:52.662437 chopin] INFO: xbbs.worker: running command ['git', 'init'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'})
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
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 <name>
Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/.git/
[2025-03-23 02:02:52.671063 chopin] INFO: xbbs.worker: running command ['git', 'remote', 'add', 'origin', 'https://github.com/managarm/bootstrap-managarm.git'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'})
[2025-03-23 02:02:52.677255 chopin] INFO: xbbs.worker: running command ['git', 'fetch', 'origin'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'})
From https://github.com/managarm/bootstrap-managarm
 * [new branch]      master     -> origin/master
[2025-03-23 02:02:53.630602 chopin] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', '3bfd101292f3a8ea97590e0ce7585bb8857c01f0'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'})
HEAD is now at 3bfd101 Merge pull request #486 from no92/systemd-hwdb-pregenerate
[2025-03-23 02:02:53.671610 chopin] INFO: xbbs.worker: running command ['xbstrap', 'init', '/var/lib/xbbs/tmp/worker.src'] (params {'cwd': '/var/lib/xbbs/tmp/worker'})
Creating cargo-home/config.toml
[2025-03-23 02:02:57.705011 chopin] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:17', 'package:frigg'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (17,)})
xbstrap: Running the following plan:
    fetch          frigg
    checkout       frigg
    patch          frigg
    regenerate     frigg
    configure      frigg (inside sysroot.wg_bmb_8)
    build          frigg (inside sysroot.wg_bmb_8)
    pack           frigg
xbstrap: fetch frigg [1/7]
Initialized empty Git repository in /var/lib/xbbs/tmp/worker.src/ports/frigg/.git/
From https://mirrors.managarm.org/mirror/git/frigg
 * [new branch]      master     -> origin/master
xbstrap: checkout frigg [2/7]
[2025-03-23 02:02:58.927694 chopin] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 7, 'n_this': 1, 'status': 'success', 'subject': 'frigg'}
Reset branch 'master'
branch 'master' set up to track 'origin/master'.
xbstrap: patch frigg [3/7]
xbstrap: regenerate frigg [4/7]
[2025-03-23 02:02:58.941094 chopin] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 7, 'n_this': 2, 'status': 'success', 'subject': 'frigg'}
xbstrap: configure frigg [5/7]
[2025-03-23 02:02:58.941702 chopin] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 7, 'n_this': 3, 'status': 'success', 'subject': 'frigg'}
[2025-03-23 02:02:58.942201 chopin] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 7, 'n_this': 4, 'status': 'success', 'subject': 'frigg'}
xbstrap: Running ['meson', '--prefix=/usr', '--libdir=lib', '--includedir=share/frigg/include', '--buildtype=debugoptimized', '-Dbuild_tests=disabled', '@THIS_SOURCE_DIR@'] (tools: []) via cbuildrt
PID init is 2668199 (outside the namespace)
The Meson build system
Version: 1.7.0
Source dir: /var/lib/managarm-buildenv/src/ports/frigg
Build dir: /var/lib/managarm-buildenv/build/pkg-builds/frigg
Build type: native build
Project name: frigg
Project version: undefined
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
Build targets in project: 0

frigg undefined

  User defined options
    build_tests: disabled
    buildtype  : debugoptimized
    includedir : share/frigg/include
    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 frigg [6/7]
[2025-03-23 02:02:59.369060 chopin] DEBUG: xbbs.worker: got notify {'action': 'configure', 'artifact_files': [], 'n_all': 7, 'n_this': 5, 'status': 'success', 'subject': 'frigg'}
xbstrap: Running ['ninja'] (tools: []) via cbuildrt
PID init is 2668210 (outside the namespace)
ninja: no work to do.
xbstrap: Running ['ninja', 'install'] (tools: []) via cbuildrt
PID init is 2668215 (outside the namespace)
xbstrap: pack frigg [7/7]
[2025-03-23 02:02:59.937307 chopin] DEBUG: xbbs.worker: got notify {'action': 'build', 'artifact_files': [], 'n_all': 7, 'n_this': 6, 'status': 'success', 'subject': 'frigg'}
xbstrap: Running ['xbps-create', '-A', 'riscv64', '-s', 'frigg', '-n', 'frigg-0.0pl358_7', '-D', '', '--desc', 'Lightweight C++ utilities and algorithms for system programming', '--long-desc', 'This package provides utility header files for freestanding C++ applications.', '--license', 'MIT', '--maintainer', 'Alexander van der Grinten <avdgrinten@managarm.org>', '--tags', 'sys-libs', '/tmp/tmpy_zqaw0k']
xbstrap: Running ['xbps-rindex', '-fa', '/var/lib/xbbs/tmp/worker/xbps-repo/frigg-0.0pl358_7.riscv64.xbps'] (riscv64)
[2025-03-23 02:02:59.976425 chopin] DEBUG: xbbs.worker: got notify {'action': 'pack', 'architecture': 'riscv64', 'artifact_files': [], 'n_all': 7, 'n_this': 7, 'status': 'success', 'subject': 'frigg'}
[2025-03-23 02:02:59.977947 chopin] DEBUG: xbbs.worker: successfully uploaded package frigg for JobMessage(project='managarm_riscv', job='package:frigg', repository='https://github.com/managarm/bootstrap-managarm.git', revision='3bfd101292f3a8ea97590e0ce7585bb8857c01f0', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={}, needed_tools={}, prod_pkgs={'frigg': {'architecture': 'riscv64', 'version': '0.0pl358_7'}}, prod_tools={}, prod_files=[], tool_repo='https://mirrors.managarm.org/currents/managarm_riscv/tool_repo', pkg_repo='https://mirrors.managarm.org/currents/managarm_riscv/package_repo', mirror_root='https://mirrors.managarm.org/mirror/', distfile_path='xbbs/riscv64/')
[2025-03-23 02:03:00.000896 chopin] INFO: xbbs.worker: job done. return code: 0