[2024-10-20 13:01:30.174812 tictac] INFO: xbbs.worker: running job JobMessage(project='managarm', job='package:tyr-quake', repository='https://github.com/managarm/bootstrap-managarm.git', revision='c3112f6f96263c4012d1f6106f8808dd7440f323', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'mlibc-headers': {'architecture': 'x86_64', 'version': '0.0pl4053_2'}, 'frigg': {'architecture': 'x86_64', 'version': '0.0pl342_7'}, 'linux-headers': {'architecture': 'x86_64', 'version': '6.9.3_1'}, 'libdrm-headers': {'architecture': 'x86_64', 'version': '2.4.115_1'}, 'mlibc': {'architecture': 'x86_64', 'version': '0.0pl4053_2'}, 'xorg-proto': {'architecture': 'x86_64', 'version': '2023.2_7'}, 'libxau': {'architecture': 'x86_64', 'version': '1.0.11_6'}, 'libxdmcp': {'architecture': 'x86_64', 'version': '1.1.4_6'}, 'xcb-proto': {'architecture': 'x86_64', 'version': '1.16.0_4'}, 'libxcb': {'architecture': 'x86_64', 'version': '1.16_4'}, 'libxtrans': {'architecture': 'x86_64', 'version': '1.5.0_6'}, 'xorg-util-macros': {'architecture': 'x86_64', 'version': '1.20.0_6'}, 'libxi': {'architecture': 'x86_64', 'version': '1.8.1_6'}, 'libexpat': {'architecture': 'x86_64', 'version': '2.5.0_6'}, 'libglvnd': {'architecture': 'x86_64', 'version': '1.7.0_5'}, 'libxshmfence': {'architecture': 'x86_64', 'version': '1.3.2_6'}, 'llvm': {'architecture': 'x86_64', 'version': '18.1.2_1'}, 'libxdamage': {'architecture': 'x86_64', 'version': '1.1.6_6'}, 'xz-utils': {'architecture': 'x86_64', 'version': '5.4.4_5'}, 'zstd': {'architecture': 'x86_64', 'version': '1.5.6_1'}, 'zlib': {'architecture': 'x86_64', 'version': '1.2.12_7'}, 'mesa': {'architecture': 'x86_64', 'version': '24.0.4_1'}, 'libdrm': {'architecture': 'x86_64', 'version': '2.4.115_8'}, 'libxcursor': {'architecture': 'x86_64', 'version': '1.2.1_7'}, 'libxrandr': {'architecture': 'x86_64', 'version': '1.5.4_6'}, 'libxrender': {'architecture': 'x86_64', 'version': '0.9.11_6'}, 'libxxf86vm': {'architecture': 'x86_64', 'version': '1.1.5_7'}, 'libiconv': {'architecture': 'x86_64', 'version': '1.17_7'}, 'wayland-protocols': {'architecture': 'x86_64', 'version': '1.32_5'}, 'eudev': {'architecture': 'x86_64', 'version': '3.2.10_11'}, 'xkeyboard-config': {'architecture': 'x86_64', 'version': '2.39_6'}, 'libxml': {'architecture': 'x86_64', 'version': '2.10.0_7'}, 'libxkbcommon': {'architecture': 'x86_64', 'version': '1.5.0_6'}, 'libxinerama': {'architecture': 'x86_64', 'version': '1.1.5_6'}, 'libx11': {'architecture': 'x86_64', 'version': '1.8.7_4'}, 'libffi': {'architecture': 'x86_64', 'version': '3.4.4_5'}, 'wayland': {'architecture': 'x86_64', 'version': '1.22.0_7'}, 'libxext': {'architecture': 'x86_64', 'version': '1.3.5_6'}, 'libxfixes': {'architecture': 'x86_64', 'version': '6.0.1_6'}, 'sdl2': {'architecture': 'x86_64', 'version': '2.28.4_6'}}, needed_tools={'host-pkg-config': {'architecture': {'x86_64'}, 'version': '0.29.2_2'}, 'system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_2'}, 'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}}, prod_pkgs={'tyr-quake': {'architecture': 'x86_64', 'version': '0.65_9'}}, 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-10-20 13:01:30.175505 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-20 13:01:30.187232 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-20 13:01:30.196705 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-20 13:01:31.070365 tictac] INFO: xbbs.worker: running command ['git', 'checkout', '--detach', 'c3112f6f96263c4012d1f6106f8808dd7440f323'] (params {'cwd': '/var/lib/xbbs/tmp/worker.src'}) HEAD is now at c3112f6 Merge pull request #386 from ElectrodeYT/mlibc-build-options-stuff [2024-10-20 13:01:31.132625 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-20 13:01:32.140700 tictac] 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', '--', 'mlibc-headers', 'frigg', 'linux-headers', 'libdrm-headers', 'mlibc', 'xorg-proto', 'libxau', 'libxdmcp', 'xcb-proto', 'libxcb', 'libxtrans', 'xorg-util-macros', 'libxi', 'libexpat', 'libglvnd', 'libxshmfence', 'llvm', 'libxdamage', 'xz-utils', 'zstd', 'zlib', 'mesa', 'libdrm', 'libxcursor', 'libxrandr', 'libxrender', 'libxxf86vm', 'libiconv', 'wayland-protocols', 'eudev', 'xkeyboard-config', 'libxml', 'libxkbcommon', 'libxinerama', 'libx11', 'libffi', 'wayland', 'libxext', 'libxfixes', 'sdl2'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}}) [*] Updating repository `https://mirrors.managarm.org/currents/managarm/package_repo/x86_64-repodata' ... x86_64-repodata: [30KB 13%] 85MB/s ETA: 00m00s x86_64-repodata: 30KB [avg rate: 644MB/s] 40 packages will be downloaded: 40 packages will be installed: mlibc-headers-0.0pl4053_2 frigg-0.0pl342_7 linux-headers-6.9.3_1 libdrm-headers-2.4.115_1 mlibc-0.0pl4053_2 xorg-proto-2023.2_7 libxau-1.0.11_6 libxdmcp-1.1.4_6 xcb-proto-1.16.0_4 libxcb-1.16_4 libxtrans-1.5.0_6 xorg-util-macros-1.20.0_6 libxi-1.8.1_6 libexpat-2.5.0_6 libglvnd-1.7.0_5 libxshmfence-1.3.2_6 llvm-18.1.2_1 libxdamage-1.1.6_6 xz-utils-5.4.4_5 zstd-1.5.6_1 zlib-1.2.12_7 mesa-24.0.4_1 libdrm-2.4.115_8 libxcursor-1.2.1_7 libxrandr-1.5.4_6 libxrender-0.9.11_6 libxxf86vm-1.1.5_7 libiconv-1.17_7 wayland-protocols-1.32_5 eudev-3.2.10_11 xkeyboard-config-2.39_6 libxml-2.10.0_7 libxkbcommon-1.5.0_6 libxinerama-1.1.5_6 libx11-1.8.7_4 libffi-3.4.4_5 wayland-1.22.0_7 libxext-1.3.5_6 libxfixes-6.0.1_6 sdl2-2.28.4_6 Size to download: 171MB Size required on disk: 652MB Space available on disk: 48GB [*] Downloading packages mlibc-headers-0.0pl4053_2.x86_64.xbps.sig: [512B 100%] 27MB/s ETA: 00m00s mlibc-headers-0.0pl4053_2.x86_64.xbps.sig: 512B [avg rate: 27MB/s] mlibc-headers-0.0pl4053_2.x86_64.xbps: [95KB 4%] 34MB/s ETA: 00m00s mlibc-headers-0.0pl4053_2.x86_64.xbps: 95KB [avg rate: 803MB/s] mlibc-headers-0.0pl4053_2: verifying RSA signature... frigg-0.0pl342_7.x86_64.xbps.sig: [512B 100%] 16MB/s ETA: 00m00s frigg-0.0pl342_7.x86_64.xbps.sig: 512B [avg rate: 16MB/s] frigg-0.0pl342_7.x86_64.xbps: [41KB 9%] 48MB/s ETA: 00m00s frigg-0.0pl342_7.x86_64.xbps: 41KB [avg rate: 485MB/s] frigg-0.0pl342_7: verifying RSA signature... linux-headers-6.9.3_1.x86_64.xbps.sig: [512B 100%] 20MB/s ETA: 00m00s linux-headers-6.9.3_1.x86_64.xbps.sig: 512B [avg rate: 20MB/s] linux-headers-6.9.3_1.x86_64.xbps: [3065KB 0%] -- stalled -- ETA: 00m00s linux-headers-6.9.3_1.x86_64.xbps: 3065KB [avg rate: -- stalled --] linux-headers-6.9.3_1: verifying RSA signature... libdrm-headers-2.4.115_1.x86_64.xbps.sig: [512B 100%] 16MB/s ETA: 00m00s libdrm-headers-2.4.115_1.x86_64.xbps.sig: 512B [avg rate: 16MB/s] libdrm-headers-2.4.115_1.x86_64.xbps: [114KB 3%] 46MB/s ETA: 00m00s libdrm-headers-2.4.115_1.x86_64.xbps: 114KB [avg rate: 1311MB/s] libdrm-headers-2.4.115_1: verifying RSA signature... mlibc-0.0pl4053_2.x86_64.xbps.sig: [512B 100%] 12MB/s ETA: 00m00s mlibc-0.0pl4053_2.x86_64.xbps.sig: 512B [avg rate: 12MB/s] mlibc-0.0pl4053_2.x86_64.xbps: [4358KB 0%] 61MB/s ETA: 00m00s mlibc-0.0pl4053_2.x86_64.xbps: [4358KB 64%] 3916KB/s ETA: 00m00s mlibc-0.0pl4053_2.x86_64.xbps: 4358KB [avg rate: 6095KB/s] mlibc-0.0pl4053_2: verifying RSA signature... xorg-proto-2023.2_7.x86_64.xbps.sig: [512B 100%] 11MB/s ETA: 00m00s xorg-proto-2023.2_7.x86_64.xbps.sig: 512B [avg rate: 11MB/s] xorg-proto-2023.2_7.x86_64.xbps: [585KB 0%] 46MB/s ETA: 00m00s xorg-proto-2023.2_7.x86_64.xbps: [585KB 68%] 403KB/s ETA: 00m00s xorg-proto-2023.2_7.x86_64.xbps: [585KB 73%] 276KB/s ETA: 00m00s xorg-proto-2023.2_7.x86_64.xbps: [585KB 92%] 225KB/s ETA: 00m00s xorg-proto-2023.2_7.x86_64.xbps: 585KB [avg rate: 242KB/s] xorg-proto-2023.2_7: verifying RSA signature... libxau-1.0.11_6.x86_64.xbps.sig: [512B 100%] 15MB/s ETA: 00m00s libxau-1.0.11_6.x86_64.xbps.sig: 512B [avg rate: 15MB/s] libxau-1.0.11_6.x86_64.xbps: [18KB 22%] 62MB/s ETA: 00m00s libxau-1.0.11_6.x86_64.xbps: 18KB [avg rate: 275MB/s] libxau-1.0.11_6: verifying RSA signature... libxdmcp-1.1.4_6.x86_64.xbps.sig: [512B 100%] 22MB/s ETA: 00m00s libxdmcp-1.1.4_6.x86_64.xbps.sig: 512B [avg rate: 22MB/s] libxdmcp-1.1.4_6.x86_64.xbps: [43KB 9%] 65MB/s ETA: 00m00s libxdmcp-1.1.4_6.x86_64.xbps: 43KB [avg rate: 696MB/s] libxdmcp-1.1.4_6: verifying RSA signature... xcb-proto-1.16.0_4.x86_64.xbps.sig: [512B 100%] 13MB/s ETA: 00m00s xcb-proto-1.16.0_4.x86_64.xbps.sig: 512B [avg rate: 13MB/s] xcb-proto-1.16.0_4.x86_64.xbps: [123KB 3%] 66MB/s ETA: 00m00s xcb-proto-1.16.0_4.x86_64.xbps: 123KB [avg rate: 2043MB/s] xcb-proto-1.16.0_4: verifying RSA signature... libxcb-1.16_4.x86_64.xbps.sig: [512B 100%] 14MB/s ETA: 00m00s libxcb-1.16_4.x86_64.xbps.sig: 512B [avg rate: 14MB/s] libxcb-1.16_4.x86_64.xbps: [1227KB 0%] 65MB/s ETA: 00m00s libxcb-1.16_4.x86_64.xbps: 1227KB [avg rate: 20GB/s] libxcb-1.16_4: verifying RSA signature... libxtrans-1.5.0_6.x86_64.xbps.sig: [512B 100%] 20MB/s ETA: 00m00s libxtrans-1.5.0_6.x86_64.xbps.sig: 512B [avg rate: 20MB/s] libxtrans-1.5.0_6.x86_64.xbps: [42KB 9%] 100MB/s ETA: 00m00s libxtrans-1.5.0_6.x86_64.xbps: 42KB [avg rate: 1061MB/s] libxtrans-1.5.0_6: verifying RSA signature... xorg-util-macros-1.20.0_6.x86_64.xbps.sig: [512B 100%] 14MB/s ETA: 00m00s xorg-util-macros-1.20.0_6.x86_64.xbps.sig: 512B [avg rate: 14MB/s] xorg-util-macros-1.20.0_6.x86_64.xbps: [23KB 17%] 60MB/s ETA: 00m00s xorg-util-macros-1.20.0_6.x86_64.xbps: 23KB [avg rate: 340MB/s] xorg-util-macros-1.20.0_6: verifying RSA signature... libxi-1.8.1_6.x86_64.xbps.sig: [512B 100%] 12MB/s ETA: 00m00s libxi-1.8.1_6.x86_64.xbps.sig: 512B [avg rate: 12MB/s] libxi-1.8.1_6.x86_64.xbps: [288KB 1%] 93MB/s ETA: 00m00s libxi-1.8.1_6.x86_64.xbps: 288KB [avg rate: 6706MB/s] libxi-1.8.1_6: verifying RSA signature... libexpat-2.5.0_6.x86_64.xbps.sig: [512B 100%] 11MB/s ETA: 00m00s libexpat-2.5.0_6.x86_64.xbps.sig: 512B [avg rate: 11MB/s] libexpat-2.5.0_6.x86_64.xbps: [332KB 1%] 56MB/s ETA: 00m00s libexpat-2.5.0_6.x86_64.xbps: 332KB [avg rate: 4629MB/s] libexpat-2.5.0_6: verifying RSA signature... libglvnd-1.7.0_5.x86_64.xbps.sig: [512B 100%] 19MB/s ETA: 00m00s libglvnd-1.7.0_5.x86_64.xbps.sig: 512B [avg rate: 19MB/s] libglvnd-1.7.0_5.x86_64.xbps: [2121KB 0%] 62MB/s ETA: 00m00s libglvnd-1.7.0_5.x86_64.xbps: 2121KB [avg rate: 32GB/s] libglvnd-1.7.0_5: verifying RSA signature... libxshmfence-1.3.2_6.x86_64.xbps.sig: [512B 100%] 14MB/s ETA: 00m00s libxshmfence-1.3.2_6.x86_64.xbps.sig: 512B [avg rate: 14MB/s] libxshmfence-1.3.2_6.x86_64.xbps: [8168B 50%] 54MB/s ETA: 00m00s libxshmfence-1.3.2_6.x86_64.xbps: 8168B [avg rate: 107MB/s] libxshmfence-1.3.2_6: verifying RSA signature... llvm-18.1.2_1.x86_64.xbps.sig: [512B 100%] 11MB/s ETA: 00m00s llvm-18.1.2_1.x86_64.xbps.sig: 512B [avg rate: 11MB/s] llvm-18.1.2_1.x86_64.xbps: [92MB 0%] 71MB/s ETA: 00m00s llvm-18.1.2_1.x86_64.xbps: [92MB 1%] 3275KB/s ETA: 00m49s llvm-18.1.2_1.x86_64.xbps: [92MB 5%] 3369KB/s ETA: 00m33s llvm-18.1.2_1.x86_64.xbps: [92MB 9%] 3426KB/s ETA: 00m29s llvm-18.1.2_1.x86_64.xbps: [92MB 13%] 3466KB/s ETA: 00m26s llvm-18.1.2_1.x86_64.xbps: [92MB 16%] 3488KB/s ETA: 00m24s llvm-18.1.2_1.x86_64.xbps: [92MB 20%] 3505KB/s ETA: 00m23s llvm-18.1.2_1.x86_64.xbps: [92MB 24%] 3517KB/s ETA: 00m21s llvm-18.1.2_1.x86_64.xbps: [92MB 28%] 3534KB/s ETA: 00m20s llvm-18.1.2_1.x86_64.xbps: [92MB 32%] 3560KB/s ETA: 00m18s llvm-18.1.2_1.x86_64.xbps: [92MB 36%] 3599KB/s ETA: 00m17s llvm-18.1.2_1.x86_64.xbps: [92MB 40%] 3660KB/s ETA: 00m15s llvm-18.1.2_1.x86_64.xbps: [92MB 45%] 3748KB/s ETA: 00m14s llvm-18.1.2_1.x86_64.xbps: [92MB 51%] 3869KB/s ETA: 00m12s llvm-18.1.2_1.x86_64.xbps: [92MB 57%] 4028KB/s ETA: 00m10s llvm-18.1.2_1.x86_64.xbps: [92MB 65%] 4233KB/s ETA: 00m07s llvm-18.1.2_1.x86_64.xbps: [92MB 73%] 4487KB/s ETA: 00m05s llvm-18.1.2_1.x86_64.xbps: [92MB 83%] 4740KB/s ETA: 00m03s llvm-18.1.2_1.x86_64.xbps: [92MB 92%] 4965KB/s ETA: 00m01s llvm-18.1.2_1.x86_64.xbps: 92MB [avg rate: 5378KB/s] llvm-18.1.2_1: verifying RSA signature... libxdamage-1.1.6_6.x86_64.xbps.sig: [512B 100%] 10MB/s ETA: 00m00s libxdamage-1.1.6_6.x86_64.xbps.sig: 512B [avg rate: 10MB/s] libxdamage-1.1.6_6.x86_64.xbps: [25KB 16%] 59MB/s ETA: 00m00s libxdamage-1.1.6_6.x86_64.xbps: 25KB [avg rate: 365MB/s] libxdamage-1.1.6_6: verifying RSA signature... xz-utils-5.4.4_5.x86_64.xbps.sig: [512B 100%] 17MB/s ETA: 00m00s xz-utils-5.4.4_5.x86_64.xbps.sig: 512B [avg rate: 17MB/s] xz-utils-5.4.4_5.x86_64.xbps: [642KB 0%] 74MB/s ETA: 00m00s xz-utils-5.4.4_5.x86_64.xbps: [642KB 77%] 2563KB/s ETA: 00m00s xz-utils-5.4.4_5.x86_64.xbps: 642KB [avg rate: 3318KB/s] xz-utils-5.4.4_5: verifying RSA signature... zstd-1.5.6_1.x86_64.xbps.sig: [512B 100%] 16MB/s ETA: 00m00s zstd-1.5.6_1.x86_64.xbps.sig: 512B [avg rate: 16MB/s] zstd-1.5.6_1.x86_64.xbps: [837KB 0%] 81MB/s ETA: 00m00s zstd-1.5.6_1.x86_64.xbps: [837KB 43%] 1283KB/s ETA: 00m01s zstd-1.5.6_1.x86_64.xbps: 837KB [avg rate: 2917KB/s] zstd-1.5.6_1: verifying RSA signature... zlib-1.2.12_7.x86_64.xbps.sig: [512B 100%] 12MB/s ETA: 00m00s zlib-1.2.12_7.x86_64.xbps.sig: 512B [avg rate: 12MB/s] zlib-1.2.12_7.x86_64.xbps: [114KB 3%] 71MB/s ETA: 00m00s zlib-1.2.12_7.x86_64.xbps: 114KB [avg rate: 2016MB/s] zlib-1.2.12_7: verifying RSA signature... mesa-24.0.4_1.x86_64.xbps.sig: [512B 100%] 8333KB/s ETA: 00m00s mesa-24.0.4_1.x86_64.xbps.sig: 512B [avg rate: 8333KB/s] mesa-24.0.4_1.x86_64.xbps: [52MB 0%] 34MB/s ETA: 00m00s mesa-24.0.4_1.x86_64.xbps: [52MB 0%] 1728KB/s ETA: 01m47s mesa-24.0.4_1.x86_64.xbps: [52MB 6%] 3049KB/s ETA: 00m29s mesa-24.0.4_1.x86_64.xbps: [52MB 12%] 3028KB/s ETA: 00m21s mesa-24.0.4_1.x86_64.xbps: [52MB 18%] 3083KB/s ETA: 00m18s mesa-24.0.4_1.x86_64.xbps: [52MB 24%] 3127KB/s ETA: 00m15s mesa-24.0.4_1.x86_64.xbps: [52MB 30%] 3160KB/s ETA: 00m13s mesa-24.0.4_1.x86_64.xbps: [52MB 36%] 3182KB/s ETA: 00m12s mesa-24.0.4_1.x86_64.xbps: [52MB 42%] 3198KB/s ETA: 00m10s mesa-24.0.4_1.x86_64.xbps: [52MB 48%] 3218KB/s ETA: 00m09s mesa-24.0.4_1.x86_64.xbps: [52MB 55%] 3238KB/s ETA: 00m08s mesa-24.0.4_1.x86_64.xbps: [52MB 61%] 3268KB/s ETA: 00m06s mesa-24.0.4_1.x86_64.xbps: [52MB 68%] 3313KB/s ETA: 00m05s mesa-24.0.4_1.x86_64.xbps: [52MB 76%] 3380KB/s ETA: 00m04s mesa-24.0.4_1.x86_64.xbps: [52MB 85%] 3475KB/s ETA: 00m02s mesa-24.0.4_1.x86_64.xbps: [52MB 92%] 3503KB/s ETA: 00m01s mesa-24.0.4_1.x86_64.xbps: 52MB [avg rate: 3778KB/s] mesa-24.0.4_1: verifying RSA signature... libdrm-2.4.115_8.x86_64.xbps.sig: [512B 100%] 11MB/s ETA: 00m00s libdrm-2.4.115_8.x86_64.xbps.sig: 512B [avg rate: 11MB/s] libdrm-2.4.115_8.x86_64.xbps: [240KB 1%] 95MB/s ETA: 00m00s libdrm-2.4.115_8.x86_64.xbps: 240KB [avg rate: 5726MB/s] libdrm-2.4.115_8: verifying RSA signature... libxcursor-1.2.1_7.x86_64.xbps.sig: [512B 100%] 24MB/s ETA: 00m00s libxcursor-1.2.1_7.x86_64.xbps.sig: 512B [avg rate: 24MB/s] libxcursor-1.2.1_7.x86_64.xbps: [101KB 3%] 14MB/s ETA: 00m00s libxcursor-1.2.1_7.x86_64.xbps: 101KB [avg rate: 345MB/s] libxcursor-1.2.1_7: verifying RSA signature... libxrandr-1.5.4_6.x86_64.xbps.sig: [512B 100%] 9615KB/s ETA: 00m00s libxrandr-1.5.4_6.x86_64.xbps.sig: 512B [avg rate: 9615KB/s] libxrandr-1.5.4_6.x86_64.xbps: [107KB 3%] 61MB/s ETA: 00m00s libxrandr-1.5.4_6.x86_64.xbps: 107KB [avg rate: 1634MB/s] libxrandr-1.5.4_6: verifying RSA signature... libxrender-0.9.11_6.x86_64.xbps.sig: [512B 100%] 9615KB/s ETA: 00m00s libxrender-0.9.11_6.x86_64.xbps.sig: 512B [avg rate: 9615KB/s] libxrender-0.9.11_6.x86_64.xbps: [122KB 3%] 31MB/s ETA: 00m00s libxrender-0.9.11_6.x86_64.xbps: 122KB [avg rate: 942MB/s] libxrender-0.9.11_6: verifying RSA signature... libxxf86vm-1.1.5_7.x86_64.xbps.sig: [512B 100%] 9804KB/s ETA: 00m00s libxxf86vm-1.1.5_7.x86_64.xbps.sig: 512B [avg rate: 9804KB/s] libxxf86vm-1.1.5_7.x86_64.xbps: [42KB 9%] 64MB/s ETA: 00m00s libxxf86vm-1.1.5_7.x86_64.xbps: 42KB [avg rate: 666MB/s] libxxf86vm-1.1.5_7: verifying RSA signature... libiconv-1.17_7.x86_64.xbps.sig: [512B 100%] 9.8MB/s ETA: 00m00s libiconv-1.17_7.x86_64.xbps.sig: 512B [avg rate: 9.8MB/s] libiconv-1.17_7.x86_64.xbps: [833KB 0%] 36MB/s ETA: 00m00s libiconv-1.17_7.x86_64.xbps: [833KB 57%] 3360KB/s ETA: 00m00s libiconv-1.17_7.x86_64.xbps: 833KB [avg rate: 5831KB/s] libiconv-1.17_7: verifying RSA signature... wayland-protocols-1.32_5.x86_64.xbps.sig: [512B 100%] -- stalled -- ETA: 00m00s wayland-protocols-1.32_5.x86_64.xbps.sig: 512B [avg rate: -- stalled --] wayland-protocols-1.32_5.x86_64.xbps: [85KB 4%] 32MB/s ETA: 00m00s wayland-protocols-1.32_5.x86_64.xbps: 85KB [avg rate: 668MB/s] wayland-protocols-1.32_5: verifying RSA signature... eudev-3.2.10_11.x86_64.xbps.sig: [512B 100%] 13MB/s ETA: 00m00s eudev-3.2.10_11.x86_64.xbps.sig: 512B [avg rate: 13MB/s] eudev-3.2.10_11.x86_64.xbps: [2464KB 0%] 49MB/s ETA: 00m00s eudev-3.2.10_11.x86_64.xbps: [2464KB 65%] 3760KB/s ETA: 00m00s eudev-3.2.10_11.x86_64.xbps: 2464KB [avg rate: 5732KB/s] eudev-3.2.10_11: verifying RSA signature... xkeyboard-config-2.39_6.x86_64.xbps.sig: [512B 100%] 9434KB/s ETA: 00m00s xkeyboard-config-2.39_6.x86_64.xbps.sig: 512B [avg rate: 9434KB/s] xkeyboard-config-2.39_6.x86_64.xbps: [1022KB 0%] -- stalled -- ETA: 00m00s xkeyboard-config-2.39_6.x86_64.xbps: 1022KB [avg rate: -- stalled --] xkeyboard-config-2.39_6: verifying RSA signature... libxml-2.10.0_7.x86_64.xbps.sig: [512B 100%] 8333KB/s ETA: 00m00s libxml-2.10.0_7.x86_64.xbps.sig: 512B [avg rate: 8333KB/s] libxml-2.10.0_7.x86_64.xbps: [2411KB 0%] 44MB/s ETA: 00m00s libxml-2.10.0_7.x86_64.xbps: 2411KB [avg rate: 26GB/s] libxml-2.10.0_7: verifying RSA signature... libxkbcommon-1.5.0_6.x86_64.xbps.sig: [512B 100%] 9615KB/s ETA: 00m00s libxkbcommon-1.5.0_6.x86_64.xbps.sig: 512B [avg rate: 9615KB/s] libxkbcommon-1.5.0_6.x86_64.xbps: [623KB 0%] 19MB/s ETA: 00m00s libxkbcommon-1.5.0_6.x86_64.xbps: [623KB 79%] 3477KB/s ETA: 00m00s libxkbcommon-1.5.0_6.x86_64.xbps: 623KB [avg rate: 4364KB/s] libxkbcommon-1.5.0_6: verifying RSA signature... libxinerama-1.1.5_6.x86_64.xbps.sig: [512B 100%] 7042KB/s ETA: 00m00s libxinerama-1.1.5_6.x86_64.xbps.sig: 512B [avg rate: 7042KB/s] libxinerama-1.1.5_6.x86_64.xbps: [26KB 15%] 45MB/s ETA: 00m00s libxinerama-1.1.5_6.x86_64.xbps: 26KB [avg rate: 290MB/s] libxinerama-1.1.5_6: verifying RSA signature... libx11-1.8.7_4.x86_64.xbps.sig: [512B 100%] 10MB/s ETA: 00m00s libx11-1.8.7_4.x86_64.xbps.sig: 512B [avg rate: 10MB/s] libx11-1.8.7_4.x86_64.xbps: [3297KB 0%] 60MB/s ETA: 00m00s libx11-1.8.7_4.x86_64.xbps: [3297KB 46%] 3546KB/s ETA: 00m01s libx11-1.8.7_4.x86_64.xbps: 3297KB [avg rate: 7692KB/s] libx11-1.8.7_4: verifying RSA signature... libffi-3.4.4_5.x86_64.xbps.sig: [512B 100%] 12MB/s ETA: 00m00s libffi-3.4.4_5.x86_64.xbps.sig: 512B [avg rate: 12MB/s] libffi-3.4.4_5.x86_64.xbps: [38KB 10%] 50MB/s ETA: 00m00s libffi-3.4.4_5.x86_64.xbps: 38KB [avg rate: 470MB/s] libffi-3.4.4_5: verifying RSA signature... wayland-1.22.0_7.x86_64.xbps.sig: [512B 100%] 12MB/s ETA: 00m00s wayland-1.22.0_7.x86_64.xbps.sig: 512B [avg rate: 12MB/s] wayland-1.22.0_7.x86_64.xbps: [309KB 1%] -- stalled -- ETA: 00m00s wayland-1.22.0_7.x86_64.xbps: 309KB [avg rate: -- stalled --] wayland-1.22.0_7: verifying RSA signature... libxext-1.3.5_6.x86_64.xbps.sig: [512B 100%] 11MB/s ETA: 00m00s libxext-1.3.5_6.x86_64.xbps.sig: 512B [avg rate: 11MB/s] libxext-1.3.5_6.x86_64.xbps: [221KB 1%] -- stalled -- ETA: 00m00s libxext-1.3.5_6.x86_64.xbps: 221KB [avg rate: -- stalled --] libxext-1.3.5_6: verifying RSA signature... libxfixes-6.0.1_6.x86_64.xbps.sig: [512B 100%] 16MB/s ETA: 00m00s libxfixes-6.0.1_6.x86_64.xbps.sig: 512B [avg rate: 16MB/s] libxfixes-6.0.1_6.x86_64.xbps: [59KB 6%] 58MB/s ETA: 00m00s libxfixes-6.0.1_6.x86_64.xbps: 59KB [avg rate: 861MB/s] libxfixes-6.0.1_6: verifying RSA signature... sdl2-2.28.4_6.x86_64.xbps.sig: [512B 100%] 18MB/s ETA: 00m00s sdl2-2.28.4_6.x86_64.xbps.sig: 512B [avg rate: 18MB/s] sdl2-2.28.4_6.x86_64.xbps: [1019KB 0%] 48MB/s ETA: 00m00s sdl2-2.28.4_6.x86_64.xbps: 1019KB [avg rate: 12GB/s] sdl2-2.28.4_6: verifying RSA signature... [*] Collecting package files mlibc-headers-0.0pl4053_2: collecting files... frigg-0.0pl342_7: collecting files... linux-headers-6.9.3_1: collecting files... libdrm-headers-2.4.115_1: collecting files... mlibc-0.0pl4053_2: collecting files... xorg-proto-2023.2_7: collecting files... libxau-1.0.11_6: collecting files... libxdmcp-1.1.4_6: collecting files... xcb-proto-1.16.0_4: collecting files... libxcb-1.16_4: collecting files... libxtrans-1.5.0_6: collecting files... xorg-util-macros-1.20.0_6: collecting files... libxi-1.8.1_6: collecting files... libexpat-2.5.0_6: collecting files... libglvnd-1.7.0_5: collecting files... libxshmfence-1.3.2_6: collecting files... llvm-18.1.2_1: collecting files... libxdamage-1.1.6_6: collecting files... xz-utils-5.4.4_5: collecting files... zstd-1.5.6_1: collecting files... zlib-1.2.12_7: collecting files... mesa-24.0.4_1: collecting files... libdrm-2.4.115_8: collecting files... libxcursor-1.2.1_7: collecting files... libxrandr-1.5.4_6: collecting files... libxrender-0.9.11_6: collecting files... libxxf86vm-1.1.5_7: collecting files... libiconv-1.17_7: collecting files... wayland-protocols-1.32_5: collecting files... eudev-3.2.10_11: collecting files... xkeyboard-config-2.39_6: collecting files... libxml-2.10.0_7: collecting files... libxkbcommon-1.5.0_6: collecting files... libxinerama-1.1.5_6: collecting files... libx11-1.8.7_4: collecting files... libffi-3.4.4_5: collecting files... wayland-1.22.0_7: collecting files... libxext-1.3.5_6: collecting files... libxfixes-6.0.1_6: collecting files... sdl2-2.28.4_6: collecting files... [*] Unpacking packages mlibc-headers-0.0pl4053_2: unpacking ... frigg-0.0pl342_7: unpacking ... linux-headers-6.9.3_1: unpacking ... libdrm-headers-2.4.115_1: unpacking ... mlibc-0.0pl4053_2: unpacking ... xorg-proto-2023.2_7: unpacking ... libxau-1.0.11_6: unpacking ... libxdmcp-1.1.4_6: unpacking ... xcb-proto-1.16.0_4: unpacking ... libxcb-1.16_4: unpacking ... libxtrans-1.5.0_6: unpacking ... xorg-util-macros-1.20.0_6: unpacking ... libxi-1.8.1_6: unpacking ... libexpat-2.5.0_6: unpacking ... libglvnd-1.7.0_5: unpacking ... libxshmfence-1.3.2_6: unpacking ... llvm-18.1.2_1: unpacking ... libxdamage-1.1.6_6: unpacking ... xz-utils-5.4.4_5: unpacking ... zstd-1.5.6_1: unpacking ... zlib-1.2.12_7: unpacking ... mesa-24.0.4_1: unpacking ... libdrm-2.4.115_8: unpacking ... libxcursor-1.2.1_7: unpacking ... libxrandr-1.5.4_6: unpacking ... libxrender-0.9.11_6: unpacking ... libxxf86vm-1.1.5_7: unpacking ... libiconv-1.17_7: unpacking ... wayland-protocols-1.32_5: unpacking ... eudev-3.2.10_11: unpacking ... xkeyboard-config-2.39_6: unpacking ... libxml-2.10.0_7: unpacking ... libxkbcommon-1.5.0_6: unpacking ... libxinerama-1.1.5_6: unpacking ... libx11-1.8.7_4: unpacking ... libffi-3.4.4_5: unpacking ... wayland-1.22.0_7: unpacking ... libxext-1.3.5_6: unpacking ... libxfixes-6.0.1_6: unpacking ... sdl2-2.28.4_6: unpacking ... 40 downloaded, 40 installed, 0 updated, 40 configured, 0 removed. [2024-10-20 13:02:31.257804 tictac] DEBUG: xbbs.worker: creating repository with existing packages... [2024-10-20 13:02:31.258864 tictac] DEBUG: xbbs.worker: ... found mesa-24.0.4_1.x86_64.xbps [2024-10-20 13:02:31.398755 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'mesa-24.0.4_1.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `mesa-24.0.4_1' (x86_64). index: 1 packages registered. [2024-10-20 13:02:31.641528 tictac] DEBUG: xbbs.worker: ... found xz-utils-5.4.4_5.x86_64.xbps [2024-10-20 13:02:31.644562 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'xz-utils-5.4.4_5.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `xz-utils-5.4.4_5' (x86_64). index: 2 packages registered. [2024-10-20 13:02:31.666728 tictac] DEBUG: xbbs.worker: ... found wayland-protocols-1.32_5.x86_64.xbps [2024-10-20 13:02:31.667858 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'wayland-protocols-1.32_5.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `wayland-protocols-1.32_5' (x86_64). index: 3 packages registered. [2024-10-20 13:02:31.687375 tictac] DEBUG: xbbs.worker: ... found sdl2-2.28.4_6.x86_64.xbps [2024-10-20 13:02:31.691121 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'sdl2-2.28.4_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `sdl2-2.28.4_6' (x86_64). index: 4 packages registered. [2024-10-20 13:02:31.715278 tictac] DEBUG: xbbs.worker: ... found libx11-1.8.7_4.x86_64.xbps [2024-10-20 13:02:31.725552 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libx11-1.8.7_4.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libx11-1.8.7_4' (x86_64). index: 5 packages registered. [2024-10-20 13:02:31.757763 tictac] DEBUG: xbbs.worker: ... found libxrandr-1.5.4_6.x86_64.xbps [2024-10-20 13:02:31.758940 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxrandr-1.5.4_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxrandr-1.5.4_6' (x86_64). index: 6 packages registered. [2024-10-20 13:02:31.778513 tictac] DEBUG: xbbs.worker: ... found libxfixes-6.0.1_6.x86_64.xbps [2024-10-20 13:02:31.779312 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxfixes-6.0.1_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxfixes-6.0.1_6' (x86_64). index: 7 packages registered. [2024-10-20 13:02:31.797423 tictac] DEBUG: xbbs.worker: ... found libdrm-2.4.115_8.x86_64.xbps [2024-10-20 13:02:31.798983 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libdrm-2.4.115_8.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libdrm-2.4.115_8' (x86_64). index: 8 packages registered. [2024-10-20 13:02:31.825787 tictac] DEBUG: xbbs.worker: ... found libxau-1.0.11_6.x86_64.xbps [2024-10-20 13:02:31.826771 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxau-1.0.11_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxau-1.0.11_6' (x86_64). index: 9 packages registered. [2024-10-20 13:02:31.845170 tictac] DEBUG: xbbs.worker: ... found mlibc-headers-0.0pl4053_2.x86_64.xbps [2024-10-20 13:02:31.846272 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'mlibc-headers-0.0pl4053_2.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `mlibc-headers-0.0pl4053_2' (x86_64). index: 10 packages registered. [2024-10-20 13:02:31.866168 tictac] DEBUG: xbbs.worker: ... found llvm-18.1.2_1.x86_64.xbps [2024-10-20 13:02:32.046626 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'llvm-18.1.2_1.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `llvm-18.1.2_1' (x86_64). index: 11 packages registered. [2024-10-20 13:02:32.430739 tictac] DEBUG: xbbs.worker: ... found libxml-2.10.0_7.x86_64.xbps [2024-10-20 13:02:32.435121 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxml-2.10.0_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxml-2.10.0_7' (x86_64). index: 12 packages registered. [2024-10-20 13:02:32.463415 tictac] DEBUG: xbbs.worker: ... found libdrm-headers-2.4.115_1.x86_64.xbps [2024-10-20 13:02:32.464346 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libdrm-headers-2.4.115_1.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libdrm-headers-2.4.115_1' (x86_64). index: 13 packages registered. [2024-10-20 13:02:32.481666 tictac] DEBUG: xbbs.worker: ... found libxi-1.8.1_6.x86_64.xbps [2024-10-20 13:02:32.482806 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxi-1.8.1_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxi-1.8.1_6' (x86_64). index: 14 packages registered. [2024-10-20 13:02:32.502785 tictac] DEBUG: xbbs.worker: ... found xkeyboard-config-2.39_6.x86_64.xbps [2024-10-20 13:02:32.505007 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'xkeyboard-config-2.39_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `xkeyboard-config-2.39_6' (x86_64). index: 15 packages registered. [2024-10-20 13:02:32.529952 tictac] DEBUG: xbbs.worker: ... found frigg-0.0pl342_7.x86_64.xbps [2024-10-20 13:02:32.530702 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'frigg-0.0pl342_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `frigg-0.0pl342_7' (x86_64). index: 16 packages registered. [2024-10-20 13:02:32.549336 tictac] DEBUG: xbbs.worker: ... found libxkbcommon-1.5.0_6.x86_64.xbps [2024-10-20 13:02:32.551112 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxkbcommon-1.5.0_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxkbcommon-1.5.0_6' (x86_64). index: 17 packages registered. [2024-10-20 13:02:32.573373 tictac] DEBUG: xbbs.worker: ... found xorg-proto-2023.2_7.x86_64.xbps [2024-10-20 13:02:32.574948 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'xorg-proto-2023.2_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `xorg-proto-2023.2_7' (x86_64). index: 18 packages registered. [2024-10-20 13:02:32.625019 tictac] DEBUG: xbbs.worker: ... found libxrender-0.9.11_6.x86_64.xbps [2024-10-20 13:02:32.625829 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxrender-0.9.11_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxrender-0.9.11_6' (x86_64). index: 19 packages registered. [2024-10-20 13:02:32.643290 tictac] DEBUG: xbbs.worker: ... found libxext-1.3.5_6.x86_64.xbps [2024-10-20 13:02:32.644420 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxext-1.3.5_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxext-1.3.5_6' (x86_64). index: 20 packages registered. [2024-10-20 13:02:32.671993 tictac] DEBUG: xbbs.worker: ... found zstd-1.5.6_1.x86_64.xbps [2024-10-20 13:02:32.673944 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'zstd-1.5.6_1.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `zstd-1.5.6_1' (x86_64). index: 21 packages registered. [2024-10-20 13:02:32.703056 tictac] DEBUG: xbbs.worker: ... found mlibc-0.0pl4053_2.x86_64.xbps [2024-10-20 13:02:32.710138 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'mlibc-0.0pl4053_2.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `mlibc-0.0pl4053_2' (x86_64). index: 22 packages registered. [2024-10-20 13:02:32.744713 tictac] DEBUG: xbbs.worker: ... found linux-headers-6.9.3_1.x86_64.xbps [2024-10-20 13:02:32.750104 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'linux-headers-6.9.3_1.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `linux-headers-6.9.3_1' (x86_64). index: 23 packages registered. [2024-10-20 13:02:32.792299 tictac] DEBUG: xbbs.worker: ... found libxshmfence-1.3.2_6.x86_64.xbps [2024-10-20 13:02:32.792932 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxshmfence-1.3.2_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxshmfence-1.3.2_6' (x86_64). index: 24 packages registered. [2024-10-20 13:02:32.829403 tictac] DEBUG: xbbs.worker: ... found libexpat-2.5.0_6.x86_64.xbps [2024-10-20 13:02:32.830572 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libexpat-2.5.0_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libexpat-2.5.0_6' (x86_64). index: 25 packages registered. [2024-10-20 13:02:32.850146 tictac] DEBUG: xbbs.worker: ... found eudev-3.2.10_11.x86_64.xbps [2024-10-20 13:02:32.854454 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'eudev-3.2.10_11.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `eudev-3.2.10_11' (x86_64). index: 26 packages registered. [2024-10-20 13:02:32.880917 tictac] DEBUG: xbbs.worker: ... found libxxf86vm-1.1.5_7.x86_64.xbps [2024-10-20 13:02:32.881818 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxxf86vm-1.1.5_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxxf86vm-1.1.5_7' (x86_64). index: 27 packages registered. [2024-10-20 13:02:32.899935 tictac] DEBUG: xbbs.worker: ... found libxdmcp-1.1.4_6.x86_64.xbps [2024-10-20 13:02:32.900682 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxdmcp-1.1.4_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxdmcp-1.1.4_6' (x86_64). index: 28 packages registered. [2024-10-20 13:02:32.920088 tictac] DEBUG: xbbs.worker: ... found xorg-util-macros-1.20.0_6.x86_64.xbps [2024-10-20 13:02:32.920675 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'xorg-util-macros-1.20.0_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `xorg-util-macros-1.20.0_6' (x86_64). index: 29 packages registered. [2024-10-20 13:02:32.943998 tictac] DEBUG: xbbs.worker: ... found libiconv-1.17_7.x86_64.xbps [2024-10-20 13:02:32.945877 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libiconv-1.17_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libiconv-1.17_7' (x86_64). index: 30 packages registered. [2024-10-20 13:02:32.966011 tictac] DEBUG: xbbs.worker: ... found libxcursor-1.2.1_7.x86_64.xbps [2024-10-20 13:02:32.966814 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxcursor-1.2.1_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxcursor-1.2.1_7' (x86_64). index: 31 packages registered. [2024-10-20 13:02:32.992745 tictac] DEBUG: xbbs.worker: ... found libxtrans-1.5.0_6.x86_64.xbps [2024-10-20 13:02:32.993401 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxtrans-1.5.0_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxtrans-1.5.0_6' (x86_64). index: 32 packages registered. [2024-10-20 13:02:33.011478 tictac] DEBUG: xbbs.worker: ... found libxdamage-1.1.6_6.x86_64.xbps [2024-10-20 13:02:33.012176 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxdamage-1.1.6_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxdamage-1.1.6_6' (x86_64). index: 33 packages registered. [2024-10-20 13:02:33.066954 tictac] DEBUG: xbbs.worker: ... found xcb-proto-1.16.0_4.x86_64.xbps [2024-10-20 13:02:33.067871 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'xcb-proto-1.16.0_4.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `xcb-proto-1.16.0_4' (x86_64). index: 34 packages registered. [2024-10-20 13:02:33.094196 tictac] DEBUG: xbbs.worker: ... found libglvnd-1.7.0_5.x86_64.xbps [2024-10-20 13:02:33.098677 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libglvnd-1.7.0_5.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libglvnd-1.7.0_5' (x86_64). index: 35 packages registered. [2024-10-20 13:02:33.124554 tictac] DEBUG: xbbs.worker: ... found libffi-3.4.4_5.x86_64.xbps [2024-10-20 13:02:33.125297 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libffi-3.4.4_5.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libffi-3.4.4_5' (x86_64). index: 36 packages registered. [2024-10-20 13:02:33.150879 tictac] DEBUG: xbbs.worker: ... found wayland-1.22.0_7.x86_64.xbps [2024-10-20 13:02:33.152037 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'wayland-1.22.0_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `wayland-1.22.0_7' (x86_64). index: 37 packages registered. [2024-10-20 13:02:33.174397 tictac] DEBUG: xbbs.worker: ... found zlib-1.2.12_7.x86_64.xbps [2024-10-20 13:02:33.175302 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'zlib-1.2.12_7.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `zlib-1.2.12_7' (x86_64). index: 38 packages registered. [2024-10-20 13:02:33.204307 tictac] DEBUG: xbbs.worker: ... found libxinerama-1.1.5_6.x86_64.xbps [2024-10-20 13:02:33.205123 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxinerama-1.1.5_6.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxinerama-1.1.5_6' (x86_64). index: 39 packages registered. [2024-10-20 13:02:33.224071 tictac] DEBUG: xbbs.worker: ... found libxcb-1.16_4.x86_64.xbps [2024-10-20 13:02:33.226963 tictac] INFO: xbbs.worker: running command ['xbps-rindex', '-fa', '--', 'libxcb-1.16_4.x86_64.xbps'] (params {'extra_env': {'XBPS_ARCH': 'x86_64'}, 'cwd': '/var/lib/xbbs/tmp/worker/xbps-repo'}) index: added `libxcb-1.16_4' (x86_64). index: 40 packages registered. [2024-10-20 13:03:00.097820 tictac] INFO: xbbs.worker: running command ['xbstrap-pipeline', 'run-job', '--keep-going', '--progress-file', 'fd:18', 'package:tyr-quake'] (params {'cwd': '/var/lib/xbbs/tmp/worker', 'pass_fds': (18,)}) xbstrap: Running the following plan: fetch tyr-quake checkout tyr-quake patch tyr-quake regenerate tyr-quake configure tyr-quake build tyr-quake pack tyr-quake xbstrap: fetch tyr-quake [1/7] xbstrap: checkout tyr-quake [2/7] [2024-10-20 13:03:02.922605 tictac] DEBUG: xbbs.worker: got notify {'action': 'fetch', 'artifact_files': [], 'n_all': 7, 'n_this': 1, 'status': 'success', 'subject': 'tyr-quake'} xbstrap: patch tyr-quake [3/7] [2024-10-20 13:03:03.043252 tictac] DEBUG: xbbs.worker: got notify {'action': 'checkout', 'artifact_files': [], 'n_all': 7, 'n_this': 2, 'status': 'success', 'subject': 'tyr-quake'} patching file common/common.c patching file common/r_main.c patching file common/zone.c patching file common/sys_managarm.c patching file meson.build xbstrap: regenerate tyr-quake [4/7] xbstrap: configure tyr-quake [5/7] xbstrap: Running ['meson', '--cross-file', '@SOURCE_ROOT@/scripts/meson-@OPTION:arch-triple@.cross-file', '--prefix=/usr', '--libdir=lib', '--buildtype=debugoptimized', '@THIS_SOURCE_DIR@'] (tools: ['host-pkg-config', 'cross-binutils', 'system-gcc']) via cbuildrt [2024-10-20 13:03:03.520461 tictac] DEBUG: xbbs.worker: got notify {'action': 'patch', 'artifact_files': [], 'n_all': 7, 'n_this': 3, 'status': 'success', 'subject': 'tyr-quake'} [2024-10-20 13:03:03.522226 tictac] DEBUG: xbbs.worker: got notify {'action': 'regenerate', 'artifact_files': [], 'n_all': 7, 'n_this': 4, 'status': 'success', 'subject': 'tyr-quake'} PID init is 867790 (outside the namespace) DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by "pkg-config" The Meson build system Version: 1.5.2 Source dir: /var/lib/managarm-buildenv/src/ports/tyr-quake Build dir: /var/lib/managarm-buildenv/build/pkg-builds/tyr-quake Build type: cross build Project name: tyr-quake Project version: undefined C compiler for the host machine: x86_64-managarm-gcc (gcc 13.2.0 "x86_64-managarm-gcc (managarm) 13.2.0") C linker for the host machine: x86_64-managarm-gcc ld.bfd 2.40 C compiler for the build machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0") C linker for the build machine: cc 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 Found pkg-config: YES (/tmp/xbstrap/virtual/bin/x86_64-managarm-pkg-config) 0.29.2 Run-time dependency sdl2 found: YES 2.28.4 Library m found: YES Library GLESv2 found: YES Build targets in project: 1 tyr-quake undefined User defined options Cross files: /var/lib/managarm-buildenv/src/scripts/meson-x86_64-managarm.cross-file buildtype : debugoptimized 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 tyr-quake [6/7] xbstrap: Running ['ninja'] (tools: ['host-pkg-config', 'cross-binutils', 'system-gcc']) via cbuildrt [2024-10-20 13:03:06.749281 tictac] DEBUG: xbbs.worker: got notify {'action': 'configure', 'artifact_files': [], 'n_all': 7, 'n_this': 5, 'status': 'success', 'subject': 'tyr-quake'} PID init is 867877 (outside the namespace) [1/83] Compiling C object tyr-quake.p/common_crc.c.o [2/83] Compiling C object tyr-quake.p/common_buildinfo.c.o [3/83] Compiling C object tyr-quake.p/common_rb_tree.c.o [4/83] Compiling C object tyr-quake.p/common_developer.c.o [5/83] Compiling C object tyr-quake.p/NQ_cl_demo.c.o [6/83] Compiling C object tyr-quake.p/common_cvar.c.o [7/83] Compiling C object tyr-quake.p/common_shell.c.o ../../../src/ports/tyr-quake/common/shell.c: In function ‘STree_Insert’: ../../../src/ports/tyr-quake/common/shell.c:118:15: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 118 | cmp = strcasecmp(node->string, stree_entry(parent)->string); | ^~~~~~~~~~ ../../../src/ports/tyr-quake/common/shell.c: In function ‘ST_node_match’: ../../../src/ports/tyr-quake/common/shell.c:182:18: warning: implicit declaration of function ‘strncasecmp’ [-Wimplicit-function-declaration] 182 | if (!strncasecmp(str, stree_entry(n)->string, max_match)) | ^~~~~~~~~~~ ../../../src/ports/tyr-quake/common/shell.c:182:59: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 182 | if (!strncasecmp(str, stree_entry(n)->string, max_match)) | ^~~~~~~~~ : note: built-in ‘strncasecmp’ declared here ../../../src/ports/tyr-quake/common/shell.c: In function ‘STree_Completions’: ../../../src/ports/tyr-quake/common/shell.c:425:41: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 425 | cmp = strncasecmp(s, n->string, len); | ^~~ : note: built-in ‘strncasecmp’ declared here ../../../src/ports/tyr-quake/common/shell.c:438:41: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 438 | cmp = strncasecmp(s, n->string, len); | ^~~ : note: built-in ‘strncasecmp’ declared here [8/83] Compiling C object tyr-quake.p/NQ_cl_tent.c.o [9/83] Compiling C object tyr-quake.p/common_cd_common.c.o ../../../src/ports/tyr-quake/common/cd_common.c: In function ‘CD_f’: ../../../src/ports/tyr-quake/common/cd_common.c:231:9: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 231 | if (strcasecmp(command, "on") == 0) { | ^~~~~~~~~~ [10/83] Compiling C object tyr-quake.p/common_pcx.c.o [11/83] Compiling C object tyr-quake.p/common_alias_model.c.o [12/83] Compiling C object tyr-quake.p/common_console.c.o [13/83] Compiling C object tyr-quake.p/common_mathlib.c.o [14/83] Compiling C object tyr-quake.p/common_r_lerp.c.o [15/83] Compiling C object tyr-quake.p/common_r_efrag.c.o [16/83] Compiling C object tyr-quake.p/common_cmd.c.o ../../../src/ports/tyr-quake/common/cmd.c: In function ‘Cmd_ForwardToServer_f’: ../../../src/ports/tyr-quake/common/cmd.c:712:10: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 712 | if (!strcasecmp(Cmd_Argv(1), "snap")) { | ^~~~~~~~~~ [17/83] Compiling C object tyr-quake.p/NQ_cl_main.c.o [18/83] Compiling C object tyr-quake.p/common_zone.c.o In file included from ../../../src/ports/tyr-quake/NQ/quakedef.h:35, from ../../../src/ports/tyr-quake/include/common.h:32, from ../../../src/ports/tyr-quake/common/zone.c:22: ../../../src/ports/tyr-quake/common/zone.c: In function ‘Hunk_AllocName’: ../../../src/ports/tyr-quake/include/mathlib.h:49:16: warning: comparison of distinct pointer types lacks a cast 49 | (void)(&a_ == &b_); \ | ^~ ../../../src/ports/tyr-quake/common/zone.c:296:30: note: in expansion of macro ‘qmin’ 296 | memcpy(hunk->name, name, qmin(strlen(name) + 1, HUNK_NAMELEN)); | ^~~~ ../../../src/ports/tyr-quake/common/zone.c: In function ‘Hunk_HighAllocName’: ../../../src/ports/tyr-quake/include/mathlib.h:49:16: warning: comparison of distinct pointer types lacks a cast 49 | (void)(&a_ == &b_); \ | ^~ ../../../src/ports/tyr-quake/common/zone.c:432:30: note: in expansion of macro ‘qmin’ 432 | memcpy(hunk->name, name, qmin(strlen(name) + 1, HUNK_NAMELEN)); | ^~~~ ../../../src/ports/tyr-quake/common/zone.c: In function ‘Memory_Init’: ../../../src/ports/tyr-quake/common/zone.c:966:9: warning: variable ‘zonesize’ set but not used [-Wunused-but-set-variable] 966 | int zonesize = DYNAMIC_SIZE; | ^~~~~~~~ [19/83] Compiling C object tyr-quake.p/common_keys.c.o ../../../src/ports/tyr-quake/common/keys.c: In function ‘Key_StringToKeynum’: ../../../src/ports/tyr-quake/common/keys.c:553:14: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 553 | if (!strcasecmp(name, keyname->name)) | ^~~~~~~~~~ [20/83] Compiling C object tyr-quake.p/common_r_light.c.o [21/83] Compiling C object tyr-quake.p/common_r_model.c.o [22/83] Compiling C object tyr-quake.p/NQ_cl_input.c.o [23/83] Compiling C object tyr-quake.p/common_snd_mem.c.o [24/83] Compiling C object tyr-quake.p/common_sprite_model.c.o [25/83] Compiling C object tyr-quake.p/common_wad.c.o [26/83] Compiling C object tyr-quake.p/NQ_cl_parse.c.o [27/83] Compiling C object tyr-quake.p/common_snd_mix.c.o [28/83] Compiling C object tyr-quake.p/common_common.c.o ../../../src/ports/tyr-quake/common/common.c: In function ‘COM_ScanDirDir’: ../../../src/ports/tyr-quake/common/common.c:1544:37: warning: implicit declaration of function ‘strncasecmp’ [-Wimplicit-function-declaration] 1544 | if (prefix && prefix_len && strncasecmp(d->d_name, prefix, prefix_len)) | ^~~~~~~~~~~ ../../../src/ports/tyr-quake/common/common.c:1544:68: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 1544 | if (prefix && prefix_len && strncasecmp(d->d_name, prefix, prefix_len)) | ^~~~~~~~~~ : note: built-in ‘strncasecmp’ declared here ../../../src/ports/tyr-quake/common/common.c: In function ‘COM_ScanDirPak’: ../../../src/ports/tyr-quake/common/common.c:1573:42: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 1573 | if (strncasecmp(pak_f, path, path_len)) | ^~~~~~~~ : note: built-in ‘strncasecmp’ declared here ../../../src/ports/tyr-quake/common/common.c:1585:64: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 1585 | if (prefix && prefix_len && strncasecmp(pak_f, prefix, prefix_len)) | ^~~~~~~~~~ : note: built-in ‘strncasecmp’ declared here [29/83] Compiling C object tyr-quake.p/common_r_part.c.o [30/83] Compiling C object tyr-quake.p/NQ_view.c.o [31/83] Compiling C object tyr-quake.p/common_screen.c.o [32/83] Compiling C object tyr-quake.p/common_d_init.c.o [33/83] Compiling C object tyr-quake.p/common_d_fill.c.o [34/83] Compiling C object tyr-quake.p/common_d_modech.c.o [35/83] Compiling C object tyr-quake.p/common_sv_move.c.o [36/83] Compiling C object tyr-quake.p/common_d_part.c.o [37/83] Compiling C object tyr-quake.p/common_snd_dma.c.o [38/83] Compiling C object tyr-quake.p/common_d_edge.c.o [39/83] Compiling C object tyr-quake.p/common_vid_mode.c.o [40/83] Compiling C object tyr-quake.p/common_d_vars.c.o [41/83] Compiling C object tyr-quake.p/common_pr_exec.c.o [42/83] Compiling C object tyr-quake.p/common_menu.c.o [43/83] Compiling C object tyr-quake.p/common_d_sky.c.o [44/83] Compiling C object tyr-quake.p/common_d_sprite.c.o ../../../src/ports/tyr-quake/common/d_sprite.c: In function ‘D_DrawSprite’: ../../../src/ports/tyr-quake/common/d_sprite.c:537:18: warning: storing the address of local variable ‘spans’ in ‘sprite_spans’ [-Wdangling-pointer=] 537 | sprite_spans = spans; | ~~~~~~~~~~~~~^~~~~~~ ../../../src/ports/tyr-quake/common/d_sprite.c:535:13: note: ‘spans’ declared here 535 | sspan_t spans[MAXHEIGHT + 1]; | ^~~~~ ../../../src/ports/tyr-quake/common/d_sprite.c:31:17: note: ‘sprite_spans’ declared here 31 | static sspan_t *sprite_spans; | ^~~~~~~~~~~~ [45/83] Compiling C object tyr-quake.p/common_d_surf.c.o [46/83] Compiling C object tyr-quake.p/common_sv_phys.c.o [47/83] Compiling C object tyr-quake.p/NQ_sbar.c.o [48/83] Compiling C object tyr-quake.p/common_r_bsp.c.o [49/83] Compiling C object tyr-quake.p/common_r_draw.c.o ../../../src/ports/tyr-quake/common/r_draw.c: In function ‘R_RenderBmodelFace’: ../../../src/ports/tyr-quake/common/r_draw.c:530:13: warning: storing the address of local variable ‘tedge’ in ‘r_pedge’ [-Wdangling-pointer=] 530 | r_pedge = &tedge; | ~~~~~~~~^~~~~~~~ ../../../src/ports/tyr-quake/common/r_draw.c:513:13: note: ‘tedge’ declared here 513 | medge_t tedge; | ^~~~~ ../../../src/ports/tyr-quake/common/r_draw.c:38:10: note: ‘r_pedge’ declared here 38 | medge_t *r_pedge; | ^~~~~~~ [50/83] Compiling C object tyr-quake.p/common_pr_edict.c.o [51/83] Compiling C object tyr-quake.p/common_r_vars.c.o [52/83] Compiling C object tyr-quake.p/common_r_aclip.c.o [53/83] Compiling C object tyr-quake.p/NQ_sv_user.c.o ../../../src/ports/tyr-quake/NQ/sv_user.c: In function ‘SV_Kick_f’: ../../../src/ports/tyr-quake/NQ/sv_user.c:999:18: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 999 | if (!strcasecmp(victim->name, Cmd_Argv(1))) | ^~~~~~~~~~ [54/83] Compiling C object tyr-quake.p/common_pr_cmds.c.o [55/83] Compiling C object tyr-quake.p/common_r_sky.c.o [56/83] Compiling C object tyr-quake.p/common_r_misc.c.o [57/83] Compiling C object tyr-quake.p/common_cd_null.c.o [58/83] Compiling C object tyr-quake.p/NQ_net_none.c.o [59/83] Compiling C object tyr-quake.p/common_nonintel.c.o [60/83] Compiling C object tyr-quake.p/common_snd_null.c.o [61/83] Compiling C object tyr-quake.p/common_sys_managarm.c.o [62/83] Compiling C object tyr-quake.p/common_r_edge.c.o [63/83] Compiling C object tyr-quake.p/common_d_polyse.c.o [64/83] Compiling C object tyr-quake.p/common_r_sprite.c.o [65/83] Compiling C object tyr-quake.p/NQ_sv_main.c.o ../../../src/ports/tyr-quake/NQ/sv_main.c: In function ‘SV_Protocol_f’: ../../../src/ports/tyr-quake/NQ/sv_main.c:81:14: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 81 | if (!strcasecmp(Cmd_Argv(1), "list")) { | ^~~~~~~~~~ ../../../src/ports/tyr-quake/NQ/sv_main.c: In function ‘SV_Protocol_Arg_f’: ../../../src/ports/tyr-quake/NQ/sv_main.c:125:26: warning: implicit declaration of function ‘strncasecmp’ [-Wimplicit-function-declaration] 125 | if (!arg || !strncasecmp(sv_protocols[i].name, arg, arg_len)) | ^~~~~~~~~~~ ../../../src/ports/tyr-quake/NQ/sv_main.c:125:65: warning: ‘strncasecmp’ argument 3 type is ‘int’ where ‘long unsigned int’ is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 125 | if (!arg || !strncasecmp(sv_protocols[i].name, arg, arg_len)) | ^~~~~~~ : note: built-in ‘strncasecmp’ declared here [66/83] Compiling C object tyr-quake.p/NQ_chase.c.o [67/83] Compiling C object tyr-quake.p/common_d_scan.c.o [68/83] Compiling C object tyr-quake.p/common_r_alias.c.o [69/83] Compiling C object tyr-quake.p/NQ_net_common.c.o [70/83] Compiling C object tyr-quake.p/common_r_surf.c.o [71/83] Compiling C object tyr-quake.p/NQ_host.c.o [72/83] Compiling C object tyr-quake.p/NQ_host_cmd.c.o [73/83] Compiling C object tyr-quake.p/NQ_net_loop.c.o [74/83] Compiling C object tyr-quake.p/common_r_main.c.o [75/83] Compiling C object tyr-quake.p/common_model.c.o [76/83] Compiling C object tyr-quake.p/common_draw.c.o [77/83] Compiling C object tyr-quake.p/common_world.c.o [78/83] Compiling C object tyr-quake.p/NQ_net_main.c.o ../../../src/ports/tyr-quake/NQ/net_main.c: In function ‘NET_Connect’: ../../../src/ports/tyr-quake/NQ/net_main.c:393:13: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 393 | if (strcasecmp(host, "local") == 0) { | ^~~~~~~~~~ [79/83] Compiling C object tyr-quake.p/NQ_net_dgrm.c.o ../../../src/ports/tyr-quake/NQ/net_dgrm.c: In function ‘NET_Ban_f’: ../../../src/ports/tyr-quake/NQ/net_dgrm.c:95:13: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration] 95 | if (strcasecmp(Cmd_Argv(1), "off") == 0) | ^~~~~~~~~~ [80/83] Compiling C object tyr-quake.p/common_sdl_common.c.o [81/83] Compiling C object tyr-quake.p/common_in_sdl.c.o [82/83] Compiling C object tyr-quake.p/common_vid_sdl.c.o [83/83] Linking target tyr-quake xbstrap: Running ['ninja', 'install'] (tools: ['host-pkg-config', 'cross-binutils', 'system-gcc']) via cbuildrt PID init is 868213 (outside the namespace) xbstrap: pack tyr-quake [7/7] [2024-10-20 13:03:10.799582 tictac] DEBUG: xbbs.worker: got notify {'action': 'build', 'artifact_files': [], 'n_all': 7, 'n_this': 6, 'status': 'success', 'subject': 'tyr-quake'} xbstrap: Running ['xbps-create', '-A', 'x86_64', '-s', 'tyr-quake', '-n', 'tyr-quake-0.65_9', '-D', 'mlibc>=0 sdl2>=0', '--desc', 'Modern Quake source port that aims to keep the original feel of the game', '--long-desc', 'Modern Quake source port with support for Quake and Quakeworld, with both software rendering and OpenGL, and various other improvements.', '--license', 'GPL-2.0-or-later', '--homepage', 'https://disenchant.net/tyrquake/', '--maintainer', 'Kacper Słomiński ', '--tags', 'games-fps', '/tmp/tmpjh7z9er8'] xbstrap: Running ['xbps-rindex', '-fa', '/var/lib/xbbs/tmp/worker/xbps-repo/tyr-quake-0.65_9.x86_64.xbps'] (x86_64) [2024-10-20 13:03:10.948717 tictac] DEBUG: xbbs.worker: got notify {'action': 'pack', 'architecture': 'x86_64', 'artifact_files': [], 'n_all': 7, 'n_this': 7, 'status': 'success', 'subject': 'tyr-quake'} [2024-10-20 13:03:10.962969 tictac] DEBUG: xbbs.worker: successfully uploaded package tyr-quake for JobMessage(project='managarm', job='package:tyr-quake', repository='https://github.com/managarm/bootstrap-managarm.git', revision='c3112f6f96263c4012d1f6106f8808dd7440f323', output='tcp://10.0.69.1:16999', build_root='/var/lib/xbbs/tmp/worker', needed_pkgs={'mlibc-headers': {'architecture': 'x86_64', 'version': '0.0pl4053_2'}, 'frigg': {'architecture': 'x86_64', 'version': '0.0pl342_7'}, 'linux-headers': {'architecture': 'x86_64', 'version': '6.9.3_1'}, 'libdrm-headers': {'architecture': 'x86_64', 'version': '2.4.115_1'}, 'mlibc': {'architecture': 'x86_64', 'version': '0.0pl4053_2'}, 'xorg-proto': {'architecture': 'x86_64', 'version': '2023.2_7'}, 'libxau': {'architecture': 'x86_64', 'version': '1.0.11_6'}, 'libxdmcp': {'architecture': 'x86_64', 'version': '1.1.4_6'}, 'xcb-proto': {'architecture': 'x86_64', 'version': '1.16.0_4'}, 'libxcb': {'architecture': 'x86_64', 'version': '1.16_4'}, 'libxtrans': {'architecture': 'x86_64', 'version': '1.5.0_6'}, 'xorg-util-macros': {'architecture': 'x86_64', 'version': '1.20.0_6'}, 'libxi': {'architecture': 'x86_64', 'version': '1.8.1_6'}, 'libexpat': {'architecture': 'x86_64', 'version': '2.5.0_6'}, 'libglvnd': {'architecture': 'x86_64', 'version': '1.7.0_5'}, 'libxshmfence': {'architecture': 'x86_64', 'version': '1.3.2_6'}, 'llvm': {'architecture': 'x86_64', 'version': '18.1.2_1'}, 'libxdamage': {'architecture': 'x86_64', 'version': '1.1.6_6'}, 'xz-utils': {'architecture': 'x86_64', 'version': '5.4.4_5'}, 'zstd': {'architecture': 'x86_64', 'version': '1.5.6_1'}, 'zlib': {'architecture': 'x86_64', 'version': '1.2.12_7'}, 'mesa': {'architecture': 'x86_64', 'version': '24.0.4_1'}, 'libdrm': {'architecture': 'x86_64', 'version': '2.4.115_8'}, 'libxcursor': {'architecture': 'x86_64', 'version': '1.2.1_7'}, 'libxrandr': {'architecture': 'x86_64', 'version': '1.5.4_6'}, 'libxrender': {'architecture': 'x86_64', 'version': '0.9.11_6'}, 'libxxf86vm': {'architecture': 'x86_64', 'version': '1.1.5_7'}, 'libiconv': {'architecture': 'x86_64', 'version': '1.17_7'}, 'wayland-protocols': {'architecture': 'x86_64', 'version': '1.32_5'}, 'eudev': {'architecture': 'x86_64', 'version': '3.2.10_11'}, 'xkeyboard-config': {'architecture': 'x86_64', 'version': '2.39_6'}, 'libxml': {'architecture': 'x86_64', 'version': '2.10.0_7'}, 'libxkbcommon': {'architecture': 'x86_64', 'version': '1.5.0_6'}, 'libxinerama': {'architecture': 'x86_64', 'version': '1.1.5_6'}, 'libx11': {'architecture': 'x86_64', 'version': '1.8.7_4'}, 'libffi': {'architecture': 'x86_64', 'version': '3.4.4_5'}, 'wayland': {'architecture': 'x86_64', 'version': '1.22.0_7'}, 'libxext': {'architecture': 'x86_64', 'version': '1.3.5_6'}, 'libxfixes': {'architecture': 'x86_64', 'version': '6.0.1_6'}, 'sdl2': {'architecture': 'x86_64', 'version': '2.28.4_6'}}, needed_tools={'host-pkg-config': {'architecture': {'x86_64'}, 'version': '0.29.2_2'}, 'system-gcc': {'architecture': 'x86_64', 'version': '13.2.3_2'}, 'cross-binutils': {'architecture': 'x86_64', 'version': '2.40_3'}}, prod_pkgs={'tyr-quake': {'architecture': 'x86_64', 'version': '0.65_9'}}, 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-10-20 13:03:10.980665 tictac] INFO: xbbs.worker: job done. return code: 0